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>
17 lines
No EOL
778 B
Text
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 |