Files
klz-cables.com/.pnpm-store/v10/files/bd/4b7b5dfcb7fbb927cf4ba09405942fc661b52003661875c87f34e5fe0825c17e0f89db9753c8b34eb57ba6477d7ff9d53965e710584f70b8d800c5e6e2d0e1
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

25 lines
1.0 KiB
Plaintext

import { InstrumentationBase, InstrumentationNodeModuleDefinition } from '@opentelemetry/instrumentation';
import { KafkaJsInstrumentationConfig } from './types';
export declare class KafkaJsInstrumentation extends InstrumentationBase<KafkaJsInstrumentationConfig> {
private _clientDuration;
private _sentMessages;
private _consumedMessages;
private _processDuration;
constructor(config?: KafkaJsInstrumentationConfig);
_updateMetricInstruments(): void;
protected init(): InstrumentationNodeModuleDefinition;
private _getConsumerPatch;
private _setKafkaEventListeners;
private _recordClientDurationMetric;
private _getProducerPatch;
private _getConsumerRunPatch;
private _getConsumerEachMessagePatch;
private _getConsumerEachBatchPatch;
private _getProducerTransactionPatch;
private _getSendBatchPatch;
private _getSendPatch;
private _endSpansOnPromise;
private _startConsumerSpan;
private _startProducerSpan;
}
//# sourceMappingURL=instrumentation.d.ts.map