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>
15 lines
No EOL
672 B
Text
15 lines
No EOL
672 B
Text
import { InstrumentationBase, InstrumentationNodeModuleDefinition } from '@opentelemetry/instrumentation';
|
|
import { IORedisInstrumentationConfig } from './types';
|
|
export declare class IORedisInstrumentation extends InstrumentationBase<IORedisInstrumentationConfig> {
|
|
constructor(config?: IORedisInstrumentationConfig);
|
|
setConfig(config?: IORedisInstrumentationConfig): void;
|
|
init(): InstrumentationNodeModuleDefinition[];
|
|
/**
|
|
* Patch send command internal to trace requests
|
|
*/
|
|
private _patchSendCommand;
|
|
private _patchConnection;
|
|
private _traceSendCommand;
|
|
private _traceConnection;
|
|
}
|
|
//# sourceMappingURL=instrumentation.d.ts.map |