Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 20s
Build & Deploy / 🧪 QA (push) Failing after 34s
Build & Deploy / 🏗️ Build (push) Has started running
Build & Deploy / 🚀 Deploy (push) Has been cancelled
Build & Deploy / 🧪 Smoke Test (push) Has been cancelled
Build & Deploy / ⚡ Lighthouse (push) Has been cancelled
Build & Deploy / 🔔 Notify (push) Has been cancelled
18 lines
780 B
Plaintext
18 lines
780 B
Plaintext
import { InstrumentationBase, InstrumentationNodeModuleDefinition } from '@opentelemetry/instrumentation';
|
|
import { IORedisInstrumentationConfig } from './types';
|
|
export declare class IORedisInstrumentation extends InstrumentationBase<IORedisInstrumentationConfig> {
|
|
private _netSemconvStability;
|
|
private _dbSemconvStability;
|
|
constructor(config?: IORedisInstrumentationConfig);
|
|
private _setSemconvStabilityFromEnv;
|
|
setConfig(config?: IORedisInstrumentationConfig): void;
|
|
init(): InstrumentationNodeModuleDefinition[];
|
|
/**
|
|
* Patch send command internal to trace requests
|
|
*/
|
|
private _patchSendCommand;
|
|
private _patchConnection;
|
|
private _traceSendCommand;
|
|
private _traceConnection;
|
|
}
|
|
//# sourceMappingURL=instrumentation.d.ts.map |