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
14 lines
745 B
Plaintext
14 lines
745 B
Plaintext
import { InstrumentationBase, InstrumentationNodeModuleDefinition } from '@opentelemetry/instrumentation';
|
|
import { KnexInstrumentationConfig } from './types';
|
|
export declare class KnexInstrumentation extends InstrumentationBase<KnexInstrumentationConfig> {
|
|
private _semconvStability;
|
|
constructor(config?: KnexInstrumentationConfig);
|
|
setConfig(config?: KnexInstrumentationConfig): void;
|
|
init(): InstrumentationNodeModuleDefinition;
|
|
private getRunnerNodeModuleFileInstrumentation;
|
|
private getClientNodeModuleFileInstrumentation;
|
|
private createQueryWrapper;
|
|
private storeContext;
|
|
ensureWrapped(obj: any, methodName: string, wrapper: (original: any) => any): void;
|
|
}
|
|
//# sourceMappingURL=instrumentation.d.ts.map |