UNPKG

@bbc/sofie-server-core-integration

Version:
17 lines 610 B
import { IConnector, ICoreHandler } from './gateway-types.js'; export interface HealthConfig { /** If set, exposes health HTTP endpoints on the given port */ port?: number; } /** * Exposes health endpoints for Kubernetes or other orchestrators to monitor * see https://kubernetes.io/docs/concepts/configuration/liveness-readiness-startup-probes */ export declare class HealthEndpoints { private connector; private coreHandler; private config; private app; constructor(connector: IConnector, coreHandler: ICoreHandler, config: HealthConfig); } //# sourceMappingURL=health.d.ts.map