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