UNPKG

@opentelemetry/instrumentation-mysql

Version:
9 lines 373 B
import { InstrumentationConfig } from '@opentelemetry/instrumentation'; export interface MySQLInstrumentationConfig extends InstrumentationConfig { /** * If true, an attribute containing the query's parameters will be attached * the spans generated to represent the query. */ enhancedDatabaseReporting?: boolean; } //# sourceMappingURL=types.d.ts.map