Enum HealthCheckStatus
Possible status values of a health check result
Namespace:App.Metrics.Health
Assembly:cs.temp.dll.dll
Syntax
public enum HealthCheckStatus
Fields
Name | Description |
---|---|
Degraded | The check is degraded, failing but not critical |
Healthy | The check is healthy |
Ignored | The check was ignored |
Unhealthy | The check is unhealthy |