@opentelemetry/instrumentation
Version:
Base class for node which OpenTelemetry instrumentation modules extend
9 lines • 351 B
TypeScript
import { AutoLoaderOptions } from './types_internal';
/**
* It will register instrumentations and plugins
* @param options
* @return returns function to unload instrumentation and plugins that were
* registered
*/
export declare function registerInstrumentations(options: AutoLoaderOptions): () => void;
//# sourceMappingURL=autoLoader.d.ts.map