HealthReport record

Represents an aggregated health report produced by HealthProbeRunner.

public record HealthReport

Public Members

name description
HealthReport(…) Represents an aggregated health report produced by HealthProbeRunner.
AppliedTags { get; set; } Tag filters applied to this report.
GeneratedAt { get; set; } UTC timestamp the report was produced.
Probes { get; set; } Detailed results for each executed probe.
Status { get; set; } Overall status calculated from all probe results.
StatusText { get; set; } Lowercase textual representation of Status.
Summary { get; set; } Aggregated counts per ProbeStatus.

See Also