Files
tasq/node_modules/@opentelemetry/instrumentation-tedious/build/src/utils.d.ts
T
2026-04-09 19:01:53 +08:00

9 lines
478 B
TypeScript

/**
* The span name SHOULD be set to a low cardinality value
* representing the statement executed on the database.
*
* @returns Operation executed on Tedious Connection. Does not map to SQL statement in any way.
*/
export declare function getSpanName(operation: string, db: string | undefined, sql: string | undefined, bulkLoadTable: string | undefined): string;
export declare const once: (fn: Function) => (...args: unknown[]) => any;
//# sourceMappingURL=utils.d.ts.map