Files
tasq/node_modules/@opentelemetry/instrumentation-bunyan/build/src/instrumentation.d.ts
T
2026-04-09 19:01:53 +08:00

13 lines
616 B
TypeScript

import { InstrumentationBase, InstrumentationNodeModuleDefinition } from '@opentelemetry/instrumentation';
import { BunyanInstrumentationConfig } from './types';
export declare class BunyanInstrumentation extends InstrumentationBase {
constructor(config?: BunyanInstrumentationConfig);
protected init(): InstrumentationNodeModuleDefinition[];
getConfig(): BunyanInstrumentationConfig;
setConfig(config?: BunyanInstrumentationConfig): void;
private _getPatchedEmit;
private _getPatchedCreateLogger;
private _addStream;
private _callHook;
}
//# sourceMappingURL=instrumentation.d.ts.map