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

5 lines (4 loc) 289 B
import { InstrumentationConfigMap } from '@opentelemetry/auto-instrumentations-node'; import { TracingConfig } from './TracingConfig.interface'; export declare const NodeAutoInstrumentationsDefaultConfig: InstrumentationConfigMap; export declare const TracingDefaultConfig: TracingConfig;