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
20 lines
885 B
Plaintext
20 lines
885 B
Plaintext
import { InstrumentationBase, InstrumentationNodeModuleDefinition } from '@opentelemetry/instrumentation';
|
|
import { GraphQLInstrumentationConfig, GraphQLInstrumentationParsedConfig } from './types';
|
|
export declare class GraphQLInstrumentation extends InstrumentationBase<GraphQLInstrumentationParsedConfig> {
|
|
constructor(config?: GraphQLInstrumentationConfig);
|
|
setConfig(config?: GraphQLInstrumentationConfig): void;
|
|
protected init(): InstrumentationNodeModuleDefinition;
|
|
private _addPatchingExecute;
|
|
private _addPatchingParser;
|
|
private _addPatchingValidate;
|
|
private _patchExecute;
|
|
private _handleExecutionResult;
|
|
private _executeResponseHook;
|
|
private _patchParse;
|
|
private _patchValidate;
|
|
private _parse;
|
|
private _validate;
|
|
private _createExecuteSpan;
|
|
private _wrapExecuteArgs;
|
|
}
|
|
//# sourceMappingURL=instrumentation.d.ts.map |