@loopback/metrics
Version:
An extension exposes metrics for Prometheus with LoopBack 4
18 lines • 738 B
JavaScript
// 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
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
/**
* A component that reports metrics of Node.js, the LoopBack framework, and your
* application to Prometheus.
*
* @packageDocumentation
*/
tslib_1.__exportStar(require("prom-client"), exports);
tslib_1.__exportStar(require("./keys"), exports);
tslib_1.__exportStar(require("./metrics.component"), exports);
tslib_1.__exportStar(require("./types"), exports);
//# sourceMappingURL=index.js.map
;