Reignite.ApplicationInsights 1.0.0

Summary

The configuration of well-known event counters is quite cumbersome.

We've simplified this configuration to reduce the combersomeness of it. This package does that for you.

Service Configuration

Once you've added the NuGet package, you simply need to add the EventSource using the AddEventCounters extension method to add that Source's list of counters to App Insights.

services.AddApplicationInsightsTelemetry();
services.AddEventCounters("Reignite.Profiler", "System.Runtime", "Microsoft.AspNetCore.Hosting", "Microsoft.AspNetCore.Http.Connections", "Microsoft-AspNetCore-Server-Kestrel", "System.Net.Http", "System.Net.NameResolution", "System.Net.Security", "System.Net.Sockets", "Microsoft.Data.SqlClient");

No packages depend on Reignite.ApplicationInsights.

Version Downloads Last updated
1.0.0 2 7/27/2025