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
21 lines
850 B
Plaintext
21 lines
850 B
Plaintext
import { InstrumentationBase, InstrumentationNodeModuleDefinition } from '@opentelemetry/instrumentation';
|
|
import { DataloaderInstrumentationConfig } from './types';
|
|
export declare class DataloaderInstrumentation extends InstrumentationBase<DataloaderInstrumentationConfig> {
|
|
constructor(config?: DataloaderInstrumentationConfig);
|
|
protected init(): InstrumentationNodeModuleDefinition[];
|
|
private shouldCreateSpans;
|
|
private getSpanName;
|
|
private _wrapBatchLoadFn;
|
|
private _getPatchedConstructor;
|
|
private _patchLoad;
|
|
private _getPatchedLoad;
|
|
private _patchLoadMany;
|
|
private _getPatchedLoadMany;
|
|
private _patchPrime;
|
|
private _getPatchedPrime;
|
|
private _patchClear;
|
|
private _getPatchedClear;
|
|
private _patchClearAll;
|
|
private _getPatchedClearAll;
|
|
}
|
|
//# sourceMappingURL=instrumentation.d.ts.map |