Microsoft.AspNetCore.Diagnostics.HealthChecks Namespace
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Contains types related to reporting app health using HealthCheckMiddleware.
Classes
HealthCheckMiddleware |
Middleware that exposes a health checks response with a URL endpoint. |
HealthCheckOptions |
Contains options for the HealthCheckMiddleware. |
Remarks
For more information about health checks, see Health checks in ASP.NET Core.