ASP.NET Core Health check publisher for Azure Application Insights that will publish the health check reports as availibility telemetry, including details and data.
Info
| Version: | 1.0.0 |
| Author(s): | Peter Örneholm |
| Last Update: | Friday, January 17, 2020 |
| .NET Fiddle: | Create the first Fiddle |
| Project Url: | https://github.com/PeterOrneholm/Orneholm.ApplicationInsights |
| NuGet Url: | https://www.nuget.org/packages/Orneholm.ApplicationInsights.HealthChecks |
Install
Install-Package Orneholm.ApplicationInsights.HealthChecks
dotnet add package Orneholm.ApplicationInsights.HealthChecks
paket add Orneholm.ApplicationInsights.HealthChecks
Orneholm.ApplicationInsights.HealthChecks Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.ApplicationInsights(>= 2.12.0)
- Microsoft.Extensions.Diagnostics.HealthChecks(>= 3.1.1)
Tags