@opentelemetry/instrumentation-mysql
Version:
OpenTelemetry instrumentation for `mysql` database client for MySQL
9 lines • 373 B
TypeScript
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