@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.
22 lines (16 loc) • 917 B
JavaScript
;
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: 'Module' } });
const dnsCheck = require('./packem_shared/dnsCheck-CKpwi39o.cjs');
const httpCheck = require('./packem_shared/httpCheck-BS8O0ZEs.cjs');
const nodeEnvCheck = require('./packem_shared/nodeEnvCheck-DcTXz_-V.cjs');
const pingCheck = require('./packem_shared/pingCheck-CYOzCjjQ.cjs');
const healthCheckHandler = require('./packem_shared/healthCheckHandler-BIIllStf.cjs');
const healthReadyHandler = require('./packem_shared/healthReadyHandler-vdf1928k.cjs');
const HealthCheck = require('./packem_shared/HealthCheck-B5xOyzcA.cjs');
exports.dnsCheck = dnsCheck;
exports.httpCheck = httpCheck;
exports.nodeEnvCheck = nodeEnvCheck;
exports.pingCheck = pingCheck;
exports.healthCheckHandler = healthCheckHandler;
exports.healthReadyHandler = healthReadyHandler;
exports.HealthCheck = HealthCheck;