@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.
6 lines • 472 B
TypeScript
import type { TracingOptions } from '../tracing/types';
import { HttpInstrumentation } from '@opentelemetry/instrumentation-http';
import { HttpDcInstrumentation } from './httpdc/httpdc';
export declare function configureHttpInstrumentation(instrumentation: HttpInstrumentation, options: TracingOptions): void;
export declare function configureHttpDcInstrumentation(instrumentation: HttpDcInstrumentation, options: TracingOptions): void;
//# sourceMappingURL=http.d.ts.map