We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
HealthChecks will come as nugget package as part of ASP.NET Core 2.1.
In the meantime, check the following documentation in order to use the HealthChecks library (Alpha code used in eShopOnContainers):
Implementing health checks in ASP.NET Core services
https://docs.microsoft.com/en-us/dotnet/standard/microservices-architecture/implement-resilient-applications/monitor-app-health
Also, there's a nice blog post on HealthChecks by @scottsauber https://scottsauber.com/2017/05/22/using-the-microsoft-aspnetcore-healthchecks-package/