UNPKG

@reportfy/apm

Version:

Pacote para utilização de apm do reportfy.com.br

8 lines 472 B
import { Counter, Gauge } from 'prom-client'; export declare const metricsReportfy: () => Promise<string>; export declare const totalHttpRequestCount: Counter<string>; export declare const eventErrorCount: Counter<string>; export declare const totalHttpRequestIntegrationCount: Counter<string>; export declare const totalHttpRequestIntegrationDuration: Counter<string>; export declare const totalHttpRequestDuration: Gauge<string>; //# sourceMappingURL=prometheus.d.ts.map