Files
klz-cables.com/.pnpm-store/v10/files/5b/f5f50943e3a9e65b2fb3804e07aac2885ccd80e7548427a0692d42ecb4371ce4b92501cc02df8f0480ba5afe7bfcb0bfac65c22003c33ce2a53eb320673b3a
Marc Mintel 5397309103
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
fix(products): fix breadcrumbs and product filtering (backport from main)
2026-02-24 16:04:21 +01:00

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