Skip to content

HealthCheckConfig

Defined in: health.ts:66

Health check configuration

optional checkBackends: boolean

Defined in: health.ts:100

Check backend health (for routers)

true

optional customChecks: Record<string, () => Promise<ComponentHealth>>

Defined in: health.ts:94

Custom health checks


optional includeChecks: boolean

Defined in: health.ts:89

Include component checks

true

optional includeUptime: boolean

Defined in: health.ts:83

Include uptime in response

true

optional metadata: Record<string, unknown>

Defined in: health.ts:105

Additional metadata to include


optional serviceName: string

Defined in: health.ts:71

Service name

'ai.matey'

optional version: string

Defined in: health.ts:77

Service version

'1.0.0'