UNPKG

@opentelemetry/instrumentation-memcached

Version:
5 lines 254 B
import { InstrumentationConfig as BaseInstrumentationConfig } from '@opentelemetry/instrumentation'; export interface InstrumentationConfig extends BaseInstrumentationConfig { enhancedDatabaseReporting?: boolean; } //# sourceMappingURL=types.d.ts.map