UNPKG

@instana/shared-metrics

Version:

Internal metrics plug-in package for Node.js monitoring with Instana

16 lines (12 loc) 296 B
/* * (c) Copyright IBM Corp. 2021 * (c) Copyright Instana Inc. and contributors 2016 */ 'use strict'; exports.payloadPrefix = 'activeRequests'; Object.defineProperty(exports, 'currentPayload', { get: function () { // @ts-ignore return process._getActiveRequests().length; } });