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

3 lines (2 loc) 144 B
import { Constants } from '../../Constants'; export declare const Span: (name?: string) => import("@nestjs/common").CustomDecorator<Constants>;