UNPKG

@opentelemetry/instrumentation-generic-pool

Version:

OpenTelemetry instrumentation for `generic-pool` resource pool for managing expensive resources

10 lines 453 B
"use strict"; /* * Copyright The OpenTelemetry Authors * SPDX-License-Identifier: Apache-2.0 */ Object.defineProperty(exports, "__esModule", { value: true }); exports.GenericPoolInstrumentation = void 0; var instrumentation_1 = require("./instrumentation"); Object.defineProperty(exports, "GenericPoolInstrumentation", { enumerable: true, get: function () { return instrumentation_1.GenericPoolInstrumentation; } }); //# sourceMappingURL=index.js.map