method IHealthService.check
IHealthService.check(): Promise<HealthReport>

Runs all registered indicators and returns the aggregated report.

Return Type

Promise<HealthReport>

The full health report

Usage

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