Skip to content

Graphorin API reference v0.1.0


Graphorin API reference / @graphorin/server / / rollup

Function: rollup()

ts
function rollup(checks): HealthRollup;

Defined in: packages/server/src/health/checks.ts:259

Promote the worst per-check status to the rollup label.

Parameters

ParameterType
checksHealthChecks

Returns

HealthRollup

Stable