Rocky_Mountain_Vending/.pnpm-store/v10/files/c3/205cb27270792fb53f8914b4bc144746b6e86bafb91fa39a03639fc6e7e299f5c83dcd80c6d0940583eb6c01d8c21e7131c61c53f7fa2040933b786db7aa71
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

19 lines
No EOL
930 B
Text

import { InstrumentationBase, InstrumentationNodeModuleDefinition } from '@opentelemetry/instrumentation';
import { RedisInstrumentationConfig } from './types';
export declare class RedisInstrumentation extends InstrumentationBase<RedisInstrumentationConfig> {
static readonly COMPONENT = "redis";
constructor(config?: RedisInstrumentationConfig);
setConfig(config?: RedisInstrumentationConfig): void;
protected init(): InstrumentationNodeModuleDefinition[];
private _getInstrumentationNodeModuleDefinition;
private _getPatchExtendWithCommands;
private _getPatchMultiCommandsExec;
private _getPatchMultiCommandsAddCommand;
private _getPatchRedisClientMulti;
private _getPatchRedisClientSendCommand;
private _getPatchedClientConnect;
private _traceClientCommand;
private _endSpansWithRedisReplies;
private _endSpanWithResponse;
}
//# sourceMappingURL=instrumentation.d.ts.map