OpenTelemetry SDK
    Preparing search index...

    Interface ResourceDetectionConfig

    ResourceDetectionConfig provides an interface for configuring resource auto-detection.

    interface ResourceDetectionConfig {
        detectors?: ResourceDetector[];
    }
    Index
    detectors?: ResourceDetector[]