10 lines
466 B
TypeScript
10 lines
466 B
TypeScript
import { InstrumentationBase, InstrumentationConfig, InstrumentationNodeModuleDefinition } from '@opentelemetry/instrumentation';
|
|
export default class Instrumentation extends InstrumentationBase {
|
|
private _isDisabled;
|
|
constructor(config?: InstrumentationConfig);
|
|
init(): InstrumentationNodeModuleDefinition[];
|
|
private _acquirePatcher;
|
|
private _poolWrapper;
|
|
private _acquireWithCallbacksPatcher;
|
|
}
|
|
//# sourceMappingURL=instrumentation.d.ts.map
|