/Hangfire.Extensions.ApplicationInsights

Application Insights integration with Hangfire

Primary LanguageC#MIT LicenseMIT

Latest version GitHub

Hangfire.Extensions.ApplicationInsights

Provides Jobs as Application Insight requests.

Example 1

Example 2

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.