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
26 lines
1.0 KiB
Plaintext
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 |