Skip to content

HealthCheckResult

Defined in: health.ts:20

Health check result

optional checks: Record<string, ComponentHealth>

Defined in: health.ts:45

Component-specific checks


optional metadata: Record<string, unknown>

Defined in: health.ts:50

Additional metadata


optional service: string

Defined in: health.ts:34

Service name/version


status: HealthStatus

Defined in: health.ts:24

Overall health status


timestamp: string

Defined in: health.ts:29

Timestamp of health check


optional uptime: number

Defined in: health.ts:40

Uptime in milliseconds


optional version: string

Defined in: health.ts:35