Microsoft.Extensions.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.
Classes
HealthCheckContext | |
HealthCheckPublisherOptions |
Options for the default service that executes IHealthCheckPublisher instances. |
HealthCheckRegistration |
Represent the registration information associated with an IHealthCheck implementation. |
HealthCheckService |
A service which can be used to check the status of IHealthCheck instances registered in the application. |
HealthCheckServiceOptions |
Options for the default implementation of HealthCheckService. |
HealthReport |
Represents the result of executing a group of IHealthCheck instances. |
Structs
HealthCheckResult |
Represents the result of a health check. |
HealthReportEntry |
Represents an entry in a HealthReport. Corresponds to the result of a single IHealthCheck. |
Interfaces
IHealthCheck |
Represents a health check, which can be used to check the status of a component in the application, such as a backend service, database or some internal state. |
IHealthCheckPublisher |
Represents a publisher of HealthReport information. |
Enums
HealthStatus |
Represents the reported status of a health check result. |