Graphorin API reference v0.1.0
Graphorin API reference / @graphorin/server / / collectHealth
Function: collectHealth()
ts
function collectHealth(options): Promise<HealthSummary>;Defined in: packages/server/src/health/checks.ts:147
Build the aggregate health summary from runtime probes.
Parameters
| Parameter | Type |
|---|---|
options | HealthCheckOptions |
Returns
Promise<HealthSummary>