HealthCheckResult
Defined in: health.ts:20
Health check result
Properties
Section titled “Properties”checks?
Section titled “checks?”
optionalchecks:Record<string,ComponentHealth>
Defined in: health.ts:45
Component-specific checks
metadata?
Section titled “metadata?”
optionalmetadata:Record<string,unknown>
Defined in: health.ts:50
Additional metadata
service?
Section titled “service?”
optionalservice:string
Defined in: health.ts:34
Service name/version
status
Section titled “status”status:
HealthStatus
Defined in: health.ts:24
Overall health status
timestamp
Section titled “timestamp”timestamp:
string
Defined in: health.ts:29
Timestamp of health check
uptime?
Section titled “uptime?”
optionaluptime:number
Defined in: health.ts:40
Uptime in milliseconds
version?
Section titled “version?”
optionalversion:string
Defined in: health.ts:35