Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 853 Bytes

File metadata and controls

23 lines (16 loc) · 853 Bytes

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.