Skip to content

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

ParameterType
optionsHealthCheckOptions

Returns

Promise&lt;HealthSummary&gt;

Stable