UNPKG

@loopback/metrics

Version:

An extension exposes metrics for Prometheus with LoopBack 4

11 lines (10 loc) 262 B
/** * A component that reports metrics of Node.js, the LoopBack framework, and your * application to Prometheus. * * @packageDocumentation */ export * from 'prom-client'; export * from './keys'; export * from './metrics.component'; export * from './types';