@loopback/metrics
Version:
An extension exposes metrics for Prometheus with LoopBack 4
8 lines (6 loc) • 301 B
text/typescript
// Copyright IBM Corp. and LoopBack contributors 2019. All Rights Reserved.
// Node module: @loopback/metrics
// This file is licensed under the MIT License.
// License text available at https://opensource.org/licenses/MIT
export * from './metrics.observer';
export * from './metrics.push.observer';