UNPKG

@zerosuxx/opentelemetry-nestjs

Version:

OpenTelemetry module for Nestjs with auto instrumentation and resource detection. Initially forked from https://github.com/overbit/opentelemetry-nestjs.git

14 lines 713 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Constants = void 0; var Constants; (function (Constants) { Constants["SDK_CONFIG"] = "OPEN_TELEMETRY_SDK_CONFIG"; Constants["SDK_INJECTORS"] = "SDK_INJECTORS"; Constants["TRACE_METADATA"] = "OPEN_TELEMETRY_TRACE_METADATA"; Constants["METRIC_METADATA"] = "OPEN_TELEMETRY_METRIC_METADATA"; Constants["TRACE_METADATA_ACTIVE"] = "OPEN_TELEMETRY_TRACE_METADATA_ACTIVE"; Constants["METRIC_METADATA_ACTIVE"] = "OPEN_TELEMETRY_METRIC_METADATA_ACTIVE"; Constants["TRACER_NAME"] = "@amplication/opentelemetry-nestjs"; })(Constants || (exports.Constants = Constants = {})); //# sourceMappingURL=Constants.js.map