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.

8 lines 422 B
import { Context } from '@opentelemetry/api'; import { Span } from '@opentelemetry/sdk-trace-base'; import { BatchSpanProcessor } from '@opentelemetry/sdk-trace-base'; export declare const SYNTHETIC_RUN_ID_FIELD = "Synthetics-RunId"; export declare class SplunkBatchSpanProcessor extends BatchSpanProcessor { onStart(_span: Span, parentContext?: Context): void; } //# sourceMappingURL=SplunkBatchSpanProcessor.d.ts.map