UNPKG

zamza

Version:

Apache Kafka discovery, indexing, searches, storage, hooks and HTTP gateway

18 lines 514 B
import * as promClient from "prom-client"; export declare class Metrics { private prefix; private register; private defaultMetricsIntv; private metrics; constructor(prefix?: string); exportType(): string; exportMetrics(): string; getRegister(): promClient.Registry; private getCounter; private getGauge; inc(key: string, val?: number): void; set(key: string, val: number): void; registerDefault(): void; close(): void; } //# sourceMappingURL=Metrics.d.ts.map