A named health indicator contributing to /health, /live, and
/ready.
readonly
name: string
Indicator name, unique per application.
check(): Promise<HealthCheckResult>
Performs the health check.
A named health indicator contributing to /health, /live, and
/ready.
name: string
Indicator name, unique per application.
check(): Promise<HealthCheckResult>
Performs the health check.
import { type IHealthIndicator } from "common/src/index.ts";