HealthSummary record
Summary counts of probe results grouped by ProbeStatus.
public record HealthSummary
Public Members
| name | description |
|---|---|
| HealthSummary(…) | Summary counts of probe results grouped by ProbeStatus. |
| Degraded { get; set; } | Number of probes reporting Degraded. |
| Healthy { get; set; } | Number of probes reporting Healthy. |
| Total { get; set; } | Total number of executed probes. |
| Unhealthy { get; set; } | Number of probes reporting Unhealthy. |
See Also
- namespace Kestrun.Health