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.

3 lines 216 B
import { CompressionAlgorithm } from '@opentelemetry/otlp-exporter-base'; export declare function toCompression(key: string | undefined | null): CompressionAlgorithm | undefined; //# sourceMappingURL=convert.d.ts.map