OpenTelemetry SDK
    Preparing search index...

    Interface ResourceDetectionConfig

    ResourceDetectionConfig provides an interface for configuring resource auto-detection.

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