UNPKG

@opentelemetry/instrumentation-runtime-node

Version:
5 lines 230 B
import type { InstrumentationConfig } from '@opentelemetry/instrumentation'; export interface RuntimeNodeInstrumentationConfig extends InstrumentationConfig { monitoringPrecision?: number; } //# sourceMappingURL=types.d.ts.map