UNPKG

enhanced-adot-node-autoinstrumentation

Version:

This package provides Amazon Web Services distribution of the OpenTelemetry Node Instrumentation, which allows for auto-instrumentation of NodeJS applications.

8 lines 379 B
"use strict"; // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. // SPDX-License-Identifier: Apache-2.0 Object.defineProperty(exports, "__esModule", { value: true }); exports.DEPENDENCY_METRIC = exports.SERVICE_METRIC = void 0; exports.SERVICE_METRIC = 'Service'; exports.DEPENDENCY_METRIC = 'Dependency'; //# sourceMappingURL=metric-attribute-generator.js.map