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) 149 B
import { Constants } from '../../Constants'; export declare const Traceable: (name?: string) => import("@nestjs/common").CustomDecorator<Constants>;