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.

7 lines 316 B
import { DetectedResource, ResourceDetectionConfig } from '@opentelemetry/resources'; declare class TelemetrySdkDetector { detect(_config?: ResourceDetectionConfig): DetectedResource; } export declare const telemetrySdkDetector: TelemetrySdkDetector; export {}; //# sourceMappingURL=TelemetrySdkDetector.d.ts.map