UNPKG

testing-amplication-opentelemetry-nestjs

Version:

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

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