@visulima/health-check
Version:
A library built to provide support for defining service health for node services. It allows you to register async health checks for your dependencies and the service itself, provides a health endpoint that exposes their status, and health metrics.
8 lines (7 loc) • 597 B
JavaScript
export { default as dnsCheck } from './packem_shared/dnsCheck-DJXOtLo2.mjs';
export { default as httpCheck } from './packem_shared/httpCheck-hHYnlgcd.mjs';
export { default as nodeEnvCheck } from './packem_shared/nodeEnvCheck-Cjo3FyXK.mjs';
export { default as pingCheck } from './packem_shared/pingCheck-W2tp3p2k.mjs';
export { default as healthCheckHandler } from './packem_shared/healthCheckHandler-C0NYbHG_.mjs';
export { default as healthReadyHandler } from './packem_shared/healthReadyHandler-Bd4123kn.mjs';
export { default as HealthCheck } from './packem_shared/HealthCheck-nWvpT85r.mjs';