@erickluis00/otelviewer
Version:
Shared OpenTelemetry tracing utilities, types, and batch processor for Realtime OpenTelemetry Viewer [WIP]
7 lines • 422 B
TypeScript
import { HttpInstrumentation, HttpInstrumentationConfig } from '@opentelemetry/instrumentation-http';
/**
* Creates a configured HttpInstrumentation with request/response body capture
* Following the middleware pattern for consistent data structure
*/
export declare function createHttpInstrumentation(config?: Partial<HttpInstrumentationConfig>): HttpInstrumentation;
//# sourceMappingURL=http-instrumentation.d.ts.map