Rocky_Mountain_Vending/.pnpm-store/v10/files/cf/477d18c04b0ffa39ff2d25b2e21184a8b128efae77317205ab5349cf0250dac7b75b8562458b85a247bfce90ab10195e73d3fec0acbaaa770f9cfe8e2f0c8b
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

24 lines
No EOL
994 B
Text

import { InstrumentationBase, InstrumentationNodeModuleDefinition } from '@opentelemetry/instrumentation';
import { MySQLInstrumentationConfig } from './types';
import { MeterProvider } from '@opentelemetry/api';
export declare class MySQLInstrumentation extends InstrumentationBase<MySQLInstrumentationConfig> {
static readonly COMMON_ATTRIBUTES: {
"db.system": string;
};
private _connectionsUsage;
constructor(config?: MySQLInstrumentationConfig);
setMeterProvider(meterProvider: MeterProvider): void;
private _setMetricInstruments;
protected init(): InstrumentationNodeModuleDefinition[];
private _patchCreateConnection;
private _patchCreatePool;
private _patchPoolEnd;
private _patchCreatePoolCluster;
private _patchAdd;
private _patchGetConnection;
private _getConnectionCallbackPatchFn;
private _patchQuery;
private _patchCallbackQuery;
private _setPoolcallbacks;
}
//# sourceMappingURL=instrumentation.d.ts.map