Hangfire.Extensions.ApplicationInsights
Hangfire.Extensions.ApplicationInsights copied to clipboard
Application Insights integration with Hangfire
trafficstars
Hangfire.Extensions.ApplicationInsights
Provides Jobs as Application Insight requests.


Install Package
This assumes you already have Hangfire and Microsoft.ApplicationInsights already installed and configured.
First install the Hangfire.Extensions.ApplicationInsights NuGet package:
Install-Package Hangfire.Extensions.ApplicationInsights
Add the following line ConfigureService add the following
services.AddHangfireApplicationInsights();
See Sample Project for full example.