Files
klz-cables.com/.pnpm-store/v10/files/69/6a8b8f46f4a52dad732b9e06cac14cdba53cc0f7d2027bc9a2bfc1dad1b8ab4bf25e5995d44a8c278d824ea8a6bd707e8bf88a0492b6f3b8a2df6b72c3595e
Marc Mintel 5397309103
Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 20s
Build & Deploy / 🧪 QA (push) Failing after 34s
Build & Deploy / 🏗️ Build (push) Has started running
Build & Deploy / 🚀 Deploy (push) Has been cancelled
Build & Deploy / 🧪 Smoke Test (push) Has been cancelled
Build & Deploy / ⚡ Lighthouse (push) Has been cancelled
Build & Deploy / 🔔 Notify (push) Has been cancelled
fix(products): fix breadcrumbs and product filtering (backport from main)
2026-02-24 16:04:21 +01:00

28 lines
1.2 KiB
Plaintext

import { InstrumentationBase, InstrumentationNodeModuleDefinition } from '@opentelemetry/instrumentation';
import { MySQLInstrumentationConfig } from './types';
export declare class MySQLInstrumentation extends InstrumentationBase<MySQLInstrumentationConfig> {
private _netSemconvStability;
private _dbSemconvStability;
private _connectionsUsageOld;
constructor(config?: MySQLInstrumentationConfig);
private _setSemconvStabilityFromEnv;
protected _updateMetricInstruments(): void;
/**
* Convenience function for updating the `db.client.connections.usage` metric.
* The name "count" comes from the eventually replacement for this metric per
* https://opentelemetry.io/docs/specs/semconv/non-normative/db-migration/#database-client-connection-count
*/
private _connCountAdd;
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