UNPKG

@loopback/metrics

Version:

An extension exposes metrics for Prometheus with LoopBack 4

17 lines (14 loc) 492 B
// Copyright IBM Corp. and LoopBack contributors 2019,2020. All Rights Reserved. // Node module: @loopback/metrics // This file is licensed under the MIT License. // License text available at https://opensource.org/licenses/MIT /** * 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';