Files
klz-cables.com/.pnpm-store/v10/files/ee/da0f27590b8f9262d8ec4bd69f54639640d0ddad65fd09d3b02999124d68990a6fd71cf0dd673766c08f43693cdcc2f38219aa15dd9cd55bb198e2e506a399
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

20 lines
967 B
Plaintext

import { InstrumentationBase, InstrumentationNodeModuleDefinition } from '@opentelemetry/instrumentation';
import { RedisInstrumentationConfig } from '../types';
export declare class RedisInstrumentationV4_V5 extends InstrumentationBase<RedisInstrumentationConfig> {
static readonly COMPONENT = "redis";
private _semconvStability;
constructor(config?: RedisInstrumentationConfig);
setConfig(config?: RedisInstrumentationConfig): void;
protected init(): InstrumentationNodeModuleDefinition[];
private _getInstrumentationNodeModuleDefinition;
private _getPatchExtendWithCommands;
private _getPatchMultiCommandsExec;
private _getPatchMultiCommandsAddCommand;
private _getPatchRedisClientMulti;
private _getPatchRedisClientSendCommand;
private _getPatchedClientConnect;
private _traceClientCommand;
private _endSpansWithRedisReplies;
private _endSpanWithResponse;
}
//# sourceMappingURL=instrumentation.d.ts.map