Files
tasq/node_modules/@opentelemetry/instrumentation-cassandra-driver/build/src/instrumentation.d.ts
T
2026-04-09 19:01:53 +08:00

16 lines
743 B
TypeScript

import { InstrumentationBase, InstrumentationNodeModuleDefinition } from '@opentelemetry/instrumentation';
import { CassandraDriverInstrumentationConfig } from './types';
export declare class CassandraDriverInstrumentation extends InstrumentationBase {
protected _config: CassandraDriverInstrumentationConfig;
constructor(config?: CassandraDriverInstrumentationConfig);
protected init(): InstrumentationNodeModuleDefinition;
private _getMaxQueryLength;
private _shouldIncludeDbStatement;
private _getPatchedExecute;
private _getPatchedSendOnConnection;
private _getPatchedBatch;
private _getPatchedStream;
private startSpan;
private _callResponseHook;
}
//# sourceMappingURL=instrumentation.d.ts.map