@opentelemetry/instrumentation-nestjs-core
Version:
OpenTelemetry instrumentation for NestJS server side applications framework
19 lines • 768 B
JavaScript
;
/*
* Copyright The OpenTelemetry Authors
* SPDX-License-Identifier: Apache-2.0
*/
Object.defineProperty(exports, "__esModule", { value: true });
exports.AttributeNames = void 0;
var AttributeNames;
(function (AttributeNames) {
AttributeNames["VERSION"] = "nestjs.version";
AttributeNames["TYPE"] = "nestjs.type";
AttributeNames["MODULE"] = "nestjs.module";
AttributeNames["CONTROLLER"] = "nestjs.controller";
AttributeNames["CALLBACK"] = "nestjs.callback";
AttributeNames["PIPES"] = "nestjs.pipes";
AttributeNames["INTERCEPTORS"] = "nestjs.interceptors";
AttributeNames["GUARDS"] = "nestjs.guards";
})(AttributeNames = exports.AttributeNames || (exports.AttributeNames = {}));
//# sourceMappingURL=AttributeNames.js.map