interface HealthReport
Since 0.2.0

The aggregated health report returned by IHealthService.check().

Properties

Overall health status (worst of all participating indicators).

readonly
timestamp: string

ISO 8601 timestamp of when the check was performed.

readonly
checks: Readonly<Record<string, Readonly<HealthCheckResult & { readonly latencyMs?: number; }>>>

Per-indicator results with optional latency measurements.

Usage

import { type HealthReport } from "common/src/index.ts";