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 292 B
import { DetectedResource, ResourceDetectionConfig } from '@opentelemetry/resources'; declare class DistroDetector { detect(_config?: ResourceDetectionConfig): DetectedResource; } export declare const distroDetector: DistroDetector; export {}; //# sourceMappingURL=DistroDetector.d.ts.map