Files
klz-cables.com/.pnpm-store/v10/files/8f/6111939ef07a2bbe150d422344b64ded7eba26be1a7bbd266b0e7d9b8a17dab20ce8cfe2fa2fc37ecb6dcd766436517b128171d8d2b35e3b190482443a4037
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

26 lines
1.0 KiB
Plaintext

import { InstrumentationBase, InstrumentationNodeModuleDefinition } from '@opentelemetry/instrumentation';
import { AmqplibInstrumentationConfig } from './types';
export declare class AmqplibInstrumentation extends InstrumentationBase<AmqplibInstrumentationConfig> {
private _netSemconvStability;
constructor(config?: AmqplibInstrumentationConfig);
private _setSemconvStabilityFromEnv;
setConfig(config?: AmqplibInstrumentationConfig): void;
protected init(): InstrumentationNodeModuleDefinition;
private patchConnect;
private unpatchConnect;
private patchChannelModel;
private unpatchChannelModel;
private getConnectPatch;
private getChannelEmitPatch;
private getAckAllPatch;
private getAckPatch;
private getConsumePatch;
private getConfirmedPublishPatch;
private getPublishPatch;
private createPublishSpan;
private endConsumerSpan;
private endAllSpansOnChannel;
private callConsumeEndHook;
private checkConsumeTimeoutOnChannel;
}
//# sourceMappingURL=amqplib.d.ts.map