@zerosuxx/opentelemetry-nestjs
Version:
OpenTelemetry module for Nestjs with auto instrumentation and resource detection. Initially forked from https://github.com/overbit/opentelemetry-nestjs.git
8 lines • 339 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.Span = void 0;
const common_1 = require("@nestjs/common");
const Constants_1 = require("../../Constants");
const Span = (name) => (0, common_1.SetMetadata)(Constants_1.Constants.TRACE_METADATA, name);
exports.Span = Span;
//# sourceMappingURL=Span.js.map