@loopback/metrics
Version:
An extension exposes metrics for Prometheus with LoopBack 4
15 lines • 520 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 });
exports.DEFAULT_METRICS_OPTIONS = void 0;
exports.DEFAULT_METRICS_OPTIONS = {
endpoint: {
basePath: '/metrics',
},
defaultMetrics: {},
openApiSpec: false,
};
//# sourceMappingURL=types.js.map