UNPKG

nestjs-metrics-reporter

Version:

A global static Prometheus metrics reporter for NestJS applications

7 lines (6 loc) 186 B
import { Registry } from 'prom-client'; export declare class MetricsController { private readonly registry; constructor(registry: Registry); getMetrics(): Promise<string>; }