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.

6 lines 312 B
import { Context } from '@opentelemetry/api'; import { SimpleSpanProcessor, Span } from '@opentelemetry/sdk-trace-base'; export declare class SplunkSimpleSpanProcessor extends SimpleSpanProcessor { onStart(_span: Span, parentContext?: Context): void; } //# sourceMappingURL=SplunkSimpleSpanProcessor.d.ts.map