UNPKG

@splunk/otel

Version:

The Splunk distribution of OpenTelemetry Node Instrumentation provides a Node agent that automatically instruments your Node application to capture and report distributed traces to Splunk APM.

4 lines 288 B
import type { TracingOptions } from '../tracing/types'; import { HttpInstrumentation } from '@opentelemetry/instrumentation-http'; export declare function configureHttpInstrumentation(instrumentation: HttpInstrumentation, options: TracingOptions): void; //# sourceMappingURL=http.d.ts.map