Rocky_Mountain_Vending/.pnpm-store/v10/files/94/3d85d94a12b1ac9135b04b874ace62317a1a57f1bf848e0e9c81517bf24b1a1765858d09f04e6a644c85c8685fff4e4c3589ea80448d3c987b4ae96a979684
DMleadgen 46d973904b
Initial commit: Rocky Mountain Vending website
Next.js website for Rocky Mountain Vending company featuring:
- Product catalog with Stripe integration
- Service areas and parts pages
- Admin dashboard with Clerk authentication
- SEO optimized pages with JSON-LD structured data

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-12 16:22:15 -07:00

17 lines
No EOL
778 B
Text

import { KafkaJsInstrumentationConfig } from './types';
import { InstrumentationBase, InstrumentationNodeModuleDefinition } from '@opentelemetry/instrumentation';
export declare class KafkaJsInstrumentation extends InstrumentationBase<KafkaJsInstrumentationConfig> {
constructor(config?: KafkaJsInstrumentationConfig);
protected init(): InstrumentationNodeModuleDefinition;
private _getConsumerPatch;
private _getProducerPatch;
private _getConsumerRunPatch;
private _getConsumerEachMessagePatch;
private _getConsumerEachBatchPatch;
private _getProducerSendBatchPatch;
private _getProducerSendPatch;
private _endSpansOnPromise;
private _startConsumerSpan;
private _startProducerSpan;
}
//# sourceMappingURL=instrumentation.d.ts.map