Documentation / @zerotal/core / health / HealthCheckReport
Interface: HealthCheckReport
Defined in: health/Health.ts:38
The outcome of running one check, as it appears in the aggregate report.
Properties
status
status:
HealthStatus
Defined in: health/Health.ts:39
message?
optionalmessage?:string
Defined in: health/Health.ts:40
durationMs
durationMs:
number
Defined in: health/Health.ts:41
critical
critical:
boolean
Defined in: health/Health.ts:42
meta?
optionalmeta?:Record<string,unknown>
Defined in: health/Health.ts:43