UNPKG

@forklaunch/opentelemetry-instrumentation-hyper-express

Version:
12 lines 495 B
import { InstrumentationBase, InstrumentationNodeModuleDefinition } from "@opentelemetry/instrumentation"; export declare class HyperExpressInstrumentation extends InstrumentationBase { private readonly HTTP_METHODS; constructor(config?: {}); protected init(): InstrumentationNodeModuleDefinition[]; private _createTopLevelSpan; private _wrapMiddleware; private _wrapHandler; private _patchUse; private _patchRoute; } //# sourceMappingURL=instrumentation.d.ts.map