Skip to content
PackagesOperationsDocs 1.3.x

@connectum/healthcheck

gRPC health protocol, HTTP health/readiness endpoints, and mutable serving state.

Install

bash
npm install @connectum/healthcheck
bash
pnpm add @connectum/healthcheck
bash
bun add @connectum/healthcheck

Start Here

typescript
import { Healthcheck, healthcheckManager, ServingStatus } from '@connectum/healthcheck';

const protocols = [Healthcheck({ httpEnabled: true })];
healthcheckManager.update(ServingStatus.SERVING);

For a complete, source-verified workflow, continue with the focused guide below.

Key Entry Points

Entry pointUse it to
HealthcheckRegister gRPC health and optional HTTP endpoints.
healthcheckManagerUpdate overall or per-service serving state.
ServingStatusUse protocol-defined readiness values.

Runtime boundaries and extension seams remain in Connectum Runtime Architecture.

Learn / Configure / API Reference

Compare all Connectum packages by capability.