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

6 lines (5 loc) 150 B
import { ILogger } from './Logger.interface'; export interface TraceWrapperOptions { attributes?: Record<string, string>; logger?: ILogger; }