diff --git a/go.mod b/go.mod index 3e692c00ac..e72348af8e 100644 --- a/go.mod +++ b/go.mod @@ -9,55 +9,55 @@ replace collectd.org v0.4.0 => github.com/collectd/go-collectd v0.4.0 // Replace with https://github.com/amazon-contributing/opentelemetry-collector-contrib, there are no requirements for all receivers/processors/exporters // to be all replaced since there are some changes that will always be from upstream replace ( - github.com/open-telemetry/opentelemetry-collector-contrib/exporter/awscloudwatchlogsexporter => github.com/amazon-contributing/opentelemetry-collector-contrib/exporter/awscloudwatchlogsexporter v0.0.0-20260410000839-bf7ae656c809 - github.com/open-telemetry/opentelemetry-collector-contrib/exporter/awsemfexporter => github.com/amazon-contributing/opentelemetry-collector-contrib/exporter/awsemfexporter v0.0.0-20260410000839-bf7ae656c809 - github.com/open-telemetry/opentelemetry-collector-contrib/exporter/awsxrayexporter => github.com/amazon-contributing/opentelemetry-collector-contrib/exporter/awsxrayexporter v0.0.0-20260410000839-bf7ae656c809 + github.com/open-telemetry/opentelemetry-collector-contrib/exporter/awscloudwatchlogsexporter => github.com/amazon-contributing/opentelemetry-collector-contrib/exporter/awscloudwatchlogsexporter v0.0.0-20260427175740-475f0c51cb95 + github.com/open-telemetry/opentelemetry-collector-contrib/exporter/awsemfexporter => github.com/amazon-contributing/opentelemetry-collector-contrib/exporter/awsemfexporter v0.0.0-20260427175740-475f0c51cb95 + github.com/open-telemetry/opentelemetry-collector-contrib/exporter/awsxrayexporter => github.com/amazon-contributing/opentelemetry-collector-contrib/exporter/awsxrayexporter v0.0.0-20260427175740-475f0c51cb95 ) replace ( - github.com/amazon-contributing/opentelemetry-collector-contrib/extension/awsmiddleware => github.com/amazon-contributing/opentelemetry-collector-contrib/extension/awsmiddleware v0.0.0-20260410000839-bf7ae656c809 - github.com/open-telemetry/opentelemetry-collector-contrib/extension/awsproxy => github.com/amazon-contributing/opentelemetry-collector-contrib/extension/awsproxy v0.0.0-20260410000839-bf7ae656c809 + github.com/amazon-contributing/opentelemetry-collector-contrib/extension/awsmiddleware => github.com/amazon-contributing/opentelemetry-collector-contrib/extension/awsmiddleware v0.0.0-20260427175740-475f0c51cb95 + github.com/open-telemetry/opentelemetry-collector-contrib/extension/awsproxy => github.com/amazon-contributing/opentelemetry-collector-contrib/extension/awsproxy v0.0.0-20260427175740-475f0c51cb95 ) replace ( - github.com/open-telemetry/opentelemetry-collector-contrib/internal/aws/awsutil => github.com/amazon-contributing/opentelemetry-collector-contrib/internal/aws/awsutil v0.0.0-20260410000839-bf7ae656c809 - github.com/open-telemetry/opentelemetry-collector-contrib/internal/aws/containerinsight => github.com/amazon-contributing/opentelemetry-collector-contrib/internal/aws/containerinsight v0.0.0-20260410000839-bf7ae656c809 - github.com/open-telemetry/opentelemetry-collector-contrib/internal/aws/cwlogs => github.com/amazon-contributing/opentelemetry-collector-contrib/internal/aws/cwlogs v0.0.0-20260410000839-bf7ae656c809 - github.com/open-telemetry/opentelemetry-collector-contrib/internal/aws/k8s => github.com/amazon-contributing/opentelemetry-collector-contrib/internal/aws/k8s v0.0.0-20260410000839-bf7ae656c809 - github.com/open-telemetry/opentelemetry-collector-contrib/internal/aws/metrics => github.com/amazon-contributing/opentelemetry-collector-contrib/internal/aws/metrics v0.0.0-20260410000839-bf7ae656c809 - github.com/open-telemetry/opentelemetry-collector-contrib/internal/aws/proxy => github.com/amazon-contributing/opentelemetry-collector-contrib/internal/aws/proxy v0.0.0-20260410000839-bf7ae656c809 - github.com/open-telemetry/opentelemetry-collector-contrib/internal/aws/xray => github.com/amazon-contributing/opentelemetry-collector-contrib/internal/aws/xray v0.0.0-20260410000839-bf7ae656c809 - github.com/open-telemetry/opentelemetry-collector-contrib/internal/coreinternal => github.com/amazon-contributing/opentelemetry-collector-contrib/internal/coreinternal v0.0.0-20260410000839-bf7ae656c809 - github.com/open-telemetry/opentelemetry-collector-contrib/internal/k8sconfig => github.com/amazon-contributing/opentelemetry-collector-contrib/internal/k8sconfig v0.0.0-20260410000839-bf7ae656c809 - github.com/open-telemetry/opentelemetry-collector-contrib/internal/kubelet => github.com/amazon-contributing/opentelemetry-collector-contrib/internal/kubelet v0.0.0-20260410000839-bf7ae656c809 - github.com/open-telemetry/opentelemetry-collector-contrib/internal/metadataproviders => github.com/amazon-contributing/opentelemetry-collector-contrib/internal/metadataproviders v0.0.0-20260410000839-bf7ae656c809 + github.com/open-telemetry/opentelemetry-collector-contrib/internal/aws/awsutil => github.com/amazon-contributing/opentelemetry-collector-contrib/internal/aws/awsutil v0.0.0-20260427175740-475f0c51cb95 + github.com/open-telemetry/opentelemetry-collector-contrib/internal/aws/containerinsight => github.com/amazon-contributing/opentelemetry-collector-contrib/internal/aws/containerinsight v0.0.0-20260427175740-475f0c51cb95 + github.com/open-telemetry/opentelemetry-collector-contrib/internal/aws/cwlogs => github.com/amazon-contributing/opentelemetry-collector-contrib/internal/aws/cwlogs v0.0.0-20260427175740-475f0c51cb95 + github.com/open-telemetry/opentelemetry-collector-contrib/internal/aws/k8s => github.com/amazon-contributing/opentelemetry-collector-contrib/internal/aws/k8s v0.0.0-20260427175740-475f0c51cb95 + github.com/open-telemetry/opentelemetry-collector-contrib/internal/aws/metrics => github.com/amazon-contributing/opentelemetry-collector-contrib/internal/aws/metrics v0.0.0-20260427175740-475f0c51cb95 + github.com/open-telemetry/opentelemetry-collector-contrib/internal/aws/proxy => github.com/amazon-contributing/opentelemetry-collector-contrib/internal/aws/proxy v0.0.0-20260427175740-475f0c51cb95 + github.com/open-telemetry/opentelemetry-collector-contrib/internal/aws/xray => github.com/amazon-contributing/opentelemetry-collector-contrib/internal/aws/xray v0.0.0-20260427175740-475f0c51cb95 + github.com/open-telemetry/opentelemetry-collector-contrib/internal/coreinternal => github.com/amazon-contributing/opentelemetry-collector-contrib/internal/coreinternal v0.0.0-20260427175740-475f0c51cb95 + github.com/open-telemetry/opentelemetry-collector-contrib/internal/k8sconfig => github.com/amazon-contributing/opentelemetry-collector-contrib/internal/k8sconfig v0.0.0-20260427175740-475f0c51cb95 + github.com/open-telemetry/opentelemetry-collector-contrib/internal/kubelet => github.com/amazon-contributing/opentelemetry-collector-contrib/internal/kubelet v0.0.0-20260427175740-475f0c51cb95 + github.com/open-telemetry/opentelemetry-collector-contrib/internal/metadataproviders => github.com/amazon-contributing/opentelemetry-collector-contrib/internal/metadataproviders v0.0.0-20260427175740-475f0c51cb95 ) replace ( // For clear resource attributes after copy functionality https://github.com/amazon-contributing/opentelemetry-collector-contrib/pull/148 - github.com/open-telemetry/opentelemetry-collector-contrib/pkg/resourcetotelemetry => github.com/amazon-contributing/opentelemetry-collector-contrib/pkg/resourcetotelemetry v0.0.0-20260410000839-bf7ae656c809 - github.com/open-telemetry/opentelemetry-collector-contrib/pkg/stanza => github.com/amazon-contributing/opentelemetry-collector-contrib/pkg/stanza v0.0.0-20260410000839-bf7ae656c809 + github.com/open-telemetry/opentelemetry-collector-contrib/pkg/resourcetotelemetry => github.com/amazon-contributing/opentelemetry-collector-contrib/pkg/resourcetotelemetry v0.0.0-20260427175740-475f0c51cb95 + github.com/open-telemetry/opentelemetry-collector-contrib/pkg/stanza => github.com/amazon-contributing/opentelemetry-collector-contrib/pkg/stanza v0.0.0-20260427175740-475f0c51cb95 // Replace with contrib to revert upstream change https://github.com/open-telemetry/opentelemetry-collector-contrib/pull/20519 - github.com/open-telemetry/opentelemetry-collector-contrib/pkg/translator/prometheus => github.com/amazon-contributing/opentelemetry-collector-contrib/pkg/translator/prometheus v0.0.0-20260410000839-bf7ae656c809 + github.com/open-telemetry/opentelemetry-collector-contrib/pkg/translator/prometheus => github.com/amazon-contributing/opentelemetry-collector-contrib/pkg/translator/prometheus v0.0.0-20260427175740-475f0c51cb95 ) -replace github.com/amazon-contributing/opentelemetry-collector-contrib/override/aws => github.com/amazon-contributing/opentelemetry-collector-contrib/override/aws v0.0.0-20260410000839-bf7ae656c809 +replace github.com/amazon-contributing/opentelemetry-collector-contrib/override/aws => github.com/amazon-contributing/opentelemetry-collector-contrib/override/aws v0.0.0-20260427175740-475f0c51cb95 replace ( - github.com/open-telemetry/opentelemetry-collector-contrib/processor/awsattributelimitprocessor => github.com/amazon-contributing/opentelemetry-collector-contrib/processor/awsattributelimitprocessor v0.0.0-20260410000839-bf7ae656c809 - github.com/open-telemetry/opentelemetry-collector-contrib/processor/awsdevicepodcorrelationprocessor => github.com/amazon-contributing/opentelemetry-collector-contrib/processor/awsdevicepodcorrelationprocessor v0.0.0-20260410000839-bf7ae656c809 - github.com/open-telemetry/opentelemetry-collector-contrib/processor/cumulativetodeltaprocessor => github.com/amazon-contributing/opentelemetry-collector-contrib/processor/cumulativetodeltaprocessor v0.0.0-20260410000839-bf7ae656c809 - github.com/open-telemetry/opentelemetry-collector-contrib/processor/resourcedetectionprocessor => github.com/amazon-contributing/opentelemetry-collector-contrib/processor/resourcedetectionprocessor v0.0.0-20260410000839-bf7ae656c809 + github.com/open-telemetry/opentelemetry-collector-contrib/processor/awsattributelimitprocessor => github.com/amazon-contributing/opentelemetry-collector-contrib/processor/awsattributelimitprocessor v0.0.0-20260427175740-475f0c51cb95 + github.com/open-telemetry/opentelemetry-collector-contrib/processor/awsdevicepodcorrelationprocessor => github.com/amazon-contributing/opentelemetry-collector-contrib/processor/awsdevicepodcorrelationprocessor v0.0.0-20260427175740-475f0c51cb95 + github.com/open-telemetry/opentelemetry-collector-contrib/processor/cumulativetodeltaprocessor => github.com/amazon-contributing/opentelemetry-collector-contrib/processor/cumulativetodeltaprocessor v0.0.0-20260427175740-475f0c51cb95 + github.com/open-telemetry/opentelemetry-collector-contrib/processor/resourcedetectionprocessor => github.com/amazon-contributing/opentelemetry-collector-contrib/processor/resourcedetectionprocessor v0.0.0-20260427175740-475f0c51cb95 ) replace ( - github.com/open-telemetry/opentelemetry-collector-contrib/receiver/awscontainerinsightreceiver => github.com/amazon-contributing/opentelemetry-collector-contrib/receiver/awscontainerinsightreceiver v0.0.0-20260410000839-bf7ae656c809 - github.com/open-telemetry/opentelemetry-collector-contrib/receiver/awscontainerinsightskueuereceiver => github.com/amazon-contributing/opentelemetry-collector-contrib/receiver/awscontainerinsightskueuereceiver v0.0.0-20260410000839-bf7ae656c809 - github.com/open-telemetry/opentelemetry-collector-contrib/receiver/awsefareceiver => github.com/amazon-contributing/opentelemetry-collector-contrib/receiver/awsefareceiver v0.0.0-20260410000839-bf7ae656c809 - github.com/open-telemetry/opentelemetry-collector-contrib/receiver/awsekshyperpodreceiver => github.com/amazon-contributing/opentelemetry-collector-contrib/receiver/awsekshyperpodreceiver v0.0.0-20260410000839-bf7ae656c809 - github.com/open-telemetry/opentelemetry-collector-contrib/receiver/awsxrayreceiver => github.com/amazon-contributing/opentelemetry-collector-contrib/receiver/awsxrayreceiver v0.0.0-20260410000839-bf7ae656c809 - github.com/open-telemetry/opentelemetry-collector-contrib/receiver/jmxreceiver => github.com/amazon-contributing/opentelemetry-collector-contrib/receiver/jmxreceiver v0.0.0-20260410000839-bf7ae656c809 - github.com/open-telemetry/opentelemetry-collector-contrib/receiver/prometheusreceiver => github.com/amazon-contributing/opentelemetry-collector-contrib/receiver/prometheusreceiver v0.0.0-20260410000839-bf7ae656c809 + github.com/open-telemetry/opentelemetry-collector-contrib/receiver/awscontainerinsightreceiver => github.com/amazon-contributing/opentelemetry-collector-contrib/receiver/awscontainerinsightreceiver v0.0.0-20260427175740-475f0c51cb95 + github.com/open-telemetry/opentelemetry-collector-contrib/receiver/awscontainerinsightskueuereceiver => github.com/amazon-contributing/opentelemetry-collector-contrib/receiver/awscontainerinsightskueuereceiver v0.0.0-20260427175740-475f0c51cb95 + github.com/open-telemetry/opentelemetry-collector-contrib/receiver/awsefareceiver => github.com/amazon-contributing/opentelemetry-collector-contrib/receiver/awsefareceiver v0.0.0-20260427175740-475f0c51cb95 + github.com/open-telemetry/opentelemetry-collector-contrib/receiver/awsekshyperpodreceiver => github.com/amazon-contributing/opentelemetry-collector-contrib/receiver/awsekshyperpodreceiver v0.0.0-20260427175740-475f0c51cb95 + github.com/open-telemetry/opentelemetry-collector-contrib/receiver/awsxrayreceiver => github.com/amazon-contributing/opentelemetry-collector-contrib/receiver/awsxrayreceiver v0.0.0-20260427175740-475f0c51cb95 + github.com/open-telemetry/opentelemetry-collector-contrib/receiver/jmxreceiver => github.com/amazon-contributing/opentelemetry-collector-contrib/receiver/jmxreceiver v0.0.0-20260427175740-475f0c51cb95 + github.com/open-telemetry/opentelemetry-collector-contrib/receiver/prometheusreceiver => github.com/amazon-contributing/opentelemetry-collector-contrib/receiver/prometheusreceiver v0.0.0-20260427175740-475f0c51cb95 ) // Temporary fix, pending PR https://github.com/shirou/gopsutil/pull/957 diff --git a/go.sum b/go.sum index 3de8eb1aeb..c553b3da7b 100644 --- a/go.sum +++ b/go.sum @@ -185,68 +185,68 @@ github.com/alecthomas/units v0.0.0-20240927000941-0f3dac36c52b h1:mimo19zliBX/vS github.com/alecthomas/units v0.0.0-20240927000941-0f3dac36c52b/go.mod h1:fvzegU4vN3H1qMT+8wDmzjAcDONcgo2/SZ/TyfdUOFs= github.com/aliyun/alibaba-cloud-sdk-go v1.61.1483 h1:J8HaD+Zpfi1gcel3HCKpoHHEsrcuRrZlSnx7R9SCf5I= github.com/aliyun/alibaba-cloud-sdk-go v1.61.1483/go.mod h1:RcDobYh8k5VP6TNybz9m++gL3ijVI5wueVr0EM10VsU= -github.com/amazon-contributing/opentelemetry-collector-contrib/exporter/awscloudwatchlogsexporter v0.0.0-20260410000839-bf7ae656c809 h1:H8F7MTotSI5XL3qu8zIFNLideBrL6igxW6kog6AnDqg= -github.com/amazon-contributing/opentelemetry-collector-contrib/exporter/awscloudwatchlogsexporter v0.0.0-20260410000839-bf7ae656c809/go.mod h1:7IC5iRiEVjkl3gQkyGF54WJrvAPNwRPp88JmYlPszu8= -github.com/amazon-contributing/opentelemetry-collector-contrib/exporter/awsemfexporter v0.0.0-20260410000839-bf7ae656c809 h1:fr11yAgSPF2Q+6gxZ1aAxsf8GZrlwITi0BoP2YvW5VU= -github.com/amazon-contributing/opentelemetry-collector-contrib/exporter/awsemfexporter v0.0.0-20260410000839-bf7ae656c809/go.mod h1:3CyMeKLU/pTjhm0qL4WEbYtq4/IaHJsOF8e7WiweXJQ= -github.com/amazon-contributing/opentelemetry-collector-contrib/exporter/awsxrayexporter v0.0.0-20260410000839-bf7ae656c809 h1:5ntn3IUVZjwddPEViNu9RKiq/k+tStfLPcuQYyBNgS4= -github.com/amazon-contributing/opentelemetry-collector-contrib/exporter/awsxrayexporter v0.0.0-20260410000839-bf7ae656c809/go.mod h1:Jm0k76CRZ1uR0B6kFHYlLPe7AxWJu69aIrCQiygTBFg= -github.com/amazon-contributing/opentelemetry-collector-contrib/extension/awsmiddleware v0.0.0-20260410000839-bf7ae656c809 h1:eboil+ys3iqJPtNBJPgxiuIhPjCHNmf80x8d6pfgkY0= -github.com/amazon-contributing/opentelemetry-collector-contrib/extension/awsmiddleware v0.0.0-20260410000839-bf7ae656c809/go.mod h1:KQqi2/SDM6SveSbJmH7yE2ZJrcwvQEsq8fGgj7J42oI= -github.com/amazon-contributing/opentelemetry-collector-contrib/extension/awsproxy v0.0.0-20260410000839-bf7ae656c809 h1:TLK2RPqgbTxXK3rsDTpy1hwPzA1LEa8GFs1US1E9wxQ= -github.com/amazon-contributing/opentelemetry-collector-contrib/extension/awsproxy v0.0.0-20260410000839-bf7ae656c809/go.mod h1:tAN1C96iJCDwxl9qMnno54d6sQwxHAVSYdpDJjc6bbY= -github.com/amazon-contributing/opentelemetry-collector-contrib/internal/aws/awsutil v0.0.0-20260410000839-bf7ae656c809 h1:4wRmnzcJmtHE5fFwKqPqpFNUXsU0A31wW4LGFqPfX+s= -github.com/amazon-contributing/opentelemetry-collector-contrib/internal/aws/awsutil v0.0.0-20260410000839-bf7ae656c809/go.mod h1:RkX+mCTIbF0RTiqXFe0Wo6a1w0cULc23osRU5IRmqVQ= -github.com/amazon-contributing/opentelemetry-collector-contrib/internal/aws/containerinsight v0.0.0-20260410000839-bf7ae656c809 h1:kxzMFNbSv5MhgPDXksLdBs2M5IiXFMkzpFD3ktKTPNM= -github.com/amazon-contributing/opentelemetry-collector-contrib/internal/aws/containerinsight v0.0.0-20260410000839-bf7ae656c809/go.mod h1:DwMzm9PGyRRVkekICZdCOHt/kf6A/z9YQ7G2DqspJ4g= -github.com/amazon-contributing/opentelemetry-collector-contrib/internal/aws/cwlogs v0.0.0-20260410000839-bf7ae656c809 h1:yTpKZyHemmuIWeRBd9HEBg2Snxaj0ltf0+gTZWqCU4Q= -github.com/amazon-contributing/opentelemetry-collector-contrib/internal/aws/cwlogs v0.0.0-20260410000839-bf7ae656c809/go.mod h1:TFjXft/gNwEk5EIrNz3glFCx6mMbJNgORAnpKunDw4Y= -github.com/amazon-contributing/opentelemetry-collector-contrib/internal/aws/k8s v0.0.0-20260410000839-bf7ae656c809 h1:sjSJU3EtwtFgcWA9sMigd0u2D9nO+iXBP95xeMiiACM= -github.com/amazon-contributing/opentelemetry-collector-contrib/internal/aws/k8s v0.0.0-20260410000839-bf7ae656c809/go.mod h1:g0K7XRwXDigDe6QLvoUwCFglvzBZYepLDq3JGcYc8t0= -github.com/amazon-contributing/opentelemetry-collector-contrib/internal/aws/metrics v0.0.0-20260410000839-bf7ae656c809 h1:V0M1+04Hk1NTyM9y2IpolPYjeC3a95SxAiRZGl8qCbg= -github.com/amazon-contributing/opentelemetry-collector-contrib/internal/aws/metrics v0.0.0-20260410000839-bf7ae656c809/go.mod h1:AYAFBvDLMHLC5jJCIfUtfmLAzUdwlkBk8IyZ42ZKAco= -github.com/amazon-contributing/opentelemetry-collector-contrib/internal/aws/proxy v0.0.0-20260410000839-bf7ae656c809 h1:1GPDQfkEV9Izz/lpuydFt1p5vLoaJg9VKpdC9B5qCgw= -github.com/amazon-contributing/opentelemetry-collector-contrib/internal/aws/proxy v0.0.0-20260410000839-bf7ae656c809/go.mod h1:CYuz358AgDWlVFiv0YUtttDPwz4F01dXLLmyFlGBcSI= -github.com/amazon-contributing/opentelemetry-collector-contrib/internal/aws/xray v0.0.0-20260410000839-bf7ae656c809 h1:hA/f/LSoOzFM/9aim5wWZmW+Ae3Q4EL06ErGzmvgdlU= -github.com/amazon-contributing/opentelemetry-collector-contrib/internal/aws/xray v0.0.0-20260410000839-bf7ae656c809/go.mod h1:zK0mPhzOwJJBAIV0reGIlm3UB0QlOrEqZYRTYGB2vt4= -github.com/amazon-contributing/opentelemetry-collector-contrib/internal/coreinternal v0.0.0-20260410000839-bf7ae656c809 h1:U3l+mOwrSb/RffwuOJKmgt/T+IVgcrJQIXFhF5om1Hc= -github.com/amazon-contributing/opentelemetry-collector-contrib/internal/coreinternal v0.0.0-20260410000839-bf7ae656c809/go.mod h1:6IoOrz1DvWaBT8+aGFZ1UznDfXKu35/ifj/sk28EQbQ= -github.com/amazon-contributing/opentelemetry-collector-contrib/internal/k8sconfig v0.0.0-20260410000839-bf7ae656c809 h1:RPtJUwfEp8WLu01IZU/QkNFfc4xUK6r7pIJiR2mtthM= -github.com/amazon-contributing/opentelemetry-collector-contrib/internal/k8sconfig v0.0.0-20260410000839-bf7ae656c809/go.mod h1:ie5XUZZf62AI/Is0cBsCNnab4tLow1FCQZlvJPei2EU= -github.com/amazon-contributing/opentelemetry-collector-contrib/internal/kubelet v0.0.0-20260410000839-bf7ae656c809 h1:JQVl7EBL4TIwu24F1OsBviOhW9BZrM7Fe4YGJPxk5Ws= -github.com/amazon-contributing/opentelemetry-collector-contrib/internal/kubelet v0.0.0-20260410000839-bf7ae656c809/go.mod h1:N2GwwIf7QhML2Lcdh3UCMxWCK4uViTUa+gx2as1sfo8= -github.com/amazon-contributing/opentelemetry-collector-contrib/internal/metadataproviders v0.0.0-20260410000839-bf7ae656c809 h1:YpnJcDbLLteo3ycd5bTJIvtyuCN8KUBCbszBa4qY0AY= -github.com/amazon-contributing/opentelemetry-collector-contrib/internal/metadataproviders v0.0.0-20260410000839-bf7ae656c809/go.mod h1:YnKeE9wRjdoReCSbDK5JRqVmusZNRyG/dG2R04WbWCQ= -github.com/amazon-contributing/opentelemetry-collector-contrib/override/aws v0.0.0-20260410000839-bf7ae656c809 h1:qSybNGNul7sThcv6txeDBbWvzVMGcTq5xo8sgMu+MY4= -github.com/amazon-contributing/opentelemetry-collector-contrib/override/aws v0.0.0-20260410000839-bf7ae656c809/go.mod h1:jGegGUX4PViU3gFU/dPvLUXuXC8GRiY9EYRpJhlczZA= -github.com/amazon-contributing/opentelemetry-collector-contrib/pkg/resourcetotelemetry v0.0.0-20260410000839-bf7ae656c809 h1:R9Lic/XrO3ybEwh+D23ihdZgsW6nqUkcCxzZxTDGV+M= -github.com/amazon-contributing/opentelemetry-collector-contrib/pkg/resourcetotelemetry v0.0.0-20260410000839-bf7ae656c809/go.mod h1:xrcHPb5eq5BblbNj64IpYqv295gwzpSUPgih7Dyo65E= -github.com/amazon-contributing/opentelemetry-collector-contrib/pkg/stanza v0.0.0-20260410000839-bf7ae656c809 h1:C69DyvcQqEvJw5TMgKFpBtcmGM5aQnVT5YFGknrwTEA= -github.com/amazon-contributing/opentelemetry-collector-contrib/pkg/stanza v0.0.0-20260410000839-bf7ae656c809/go.mod h1:2SjHFWsA3UKr7N4IOP5ph0inaZtn6bteD9DitRAASEc= -github.com/amazon-contributing/opentelemetry-collector-contrib/pkg/translator/prometheus v0.0.0-20260410000839-bf7ae656c809 h1:/IBQrfuuQla7tS/oTYbB0M8p4w5eOtKh8u8NKOGYTXY= -github.com/amazon-contributing/opentelemetry-collector-contrib/pkg/translator/prometheus v0.0.0-20260410000839-bf7ae656c809/go.mod h1:mfl6tGXnVyT0+nga+Oml7bMNWKempeGTtL+5Vs2LzHA= -github.com/amazon-contributing/opentelemetry-collector-contrib/processor/awsattributelimitprocessor v0.0.0-20260410000839-bf7ae656c809 h1:vQKNiari/hMt34QuhJtEvVu9yc+Hb5yr04C9aF+hRWI= -github.com/amazon-contributing/opentelemetry-collector-contrib/processor/awsattributelimitprocessor v0.0.0-20260410000839-bf7ae656c809/go.mod h1:OFDM1K0I68jJO8s5S0+5xDwnqscnRnYmYgZxA8bbhic= -github.com/amazon-contributing/opentelemetry-collector-contrib/processor/awsdevicepodcorrelationprocessor v0.0.0-20260410000839-bf7ae656c809 h1:7Kd+8MFCF8kSGTJhE/KdR1fxDqC1J/sNME/rhvbWEa4= -github.com/amazon-contributing/opentelemetry-collector-contrib/processor/awsdevicepodcorrelationprocessor v0.0.0-20260410000839-bf7ae656c809/go.mod h1:Gf1ZUZY1Lszko2Uq/Oc25Wl1gSwXNa2tGiJM66/H7Gc= -github.com/amazon-contributing/opentelemetry-collector-contrib/processor/cumulativetodeltaprocessor v0.0.0-20260410000839-bf7ae656c809 h1:Bow+aiLxAiBNTadx0Ssoio5i8wxEYbMvQsQl9vppQKw= -github.com/amazon-contributing/opentelemetry-collector-contrib/processor/cumulativetodeltaprocessor v0.0.0-20260410000839-bf7ae656c809/go.mod h1:MhLjAHeQxgPyj1yyEAqTFfcU/U9tp4yLWYUV4f+xwYw= -github.com/amazon-contributing/opentelemetry-collector-contrib/processor/resourcedetectionprocessor v0.0.0-20260410000839-bf7ae656c809 h1:d9Rjs7xbKnKhfwqgZni4Vl62QgYbU2/AcxK3WZ/m5c8= -github.com/amazon-contributing/opentelemetry-collector-contrib/processor/resourcedetectionprocessor v0.0.0-20260410000839-bf7ae656c809/go.mod h1:hUIIFpW7MRkbDYKKfDPT1QtBW6bIz5jqKUrlbZEtkeo= -github.com/amazon-contributing/opentelemetry-collector-contrib/receiver/awscontainerinsightreceiver v0.0.0-20260410000839-bf7ae656c809 h1:srQ+Xve5eimkEewOQc/hsu3eJGYRSsCARpe9hrcJLvE= -github.com/amazon-contributing/opentelemetry-collector-contrib/receiver/awscontainerinsightreceiver v0.0.0-20260410000839-bf7ae656c809/go.mod h1:zFCrWSeArOUe0UgX0XUli3ECGUOZ9BKD7AM+kpbaIv8= -github.com/amazon-contributing/opentelemetry-collector-contrib/receiver/awscontainerinsightskueuereceiver v0.0.0-20260410000839-bf7ae656c809 h1:u+abkI8kWP1k3xvB2bU/uaV+11f1kIc5xd+QWM9mhaM= -github.com/amazon-contributing/opentelemetry-collector-contrib/receiver/awscontainerinsightskueuereceiver v0.0.0-20260410000839-bf7ae656c809/go.mod h1:7FA4owN95eAy2RD/7IOC5d1be2P0DyZT7nOQZruwtls= -github.com/amazon-contributing/opentelemetry-collector-contrib/receiver/awsefareceiver v0.0.0-20260410000839-bf7ae656c809 h1:obRwfxGEotdasOXmVMS2CSAVvMIfXfIuTXnfgbfN/I8= -github.com/amazon-contributing/opentelemetry-collector-contrib/receiver/awsefareceiver v0.0.0-20260410000839-bf7ae656c809/go.mod h1:P04h4k7pXBfr/ZzKZTf3lA389OtLMOV4VVv5lYEsHng= -github.com/amazon-contributing/opentelemetry-collector-contrib/receiver/awsekshyperpodreceiver v0.0.0-20260410000839-bf7ae656c809 h1:bDBs2DxQ/eJ5Hs1l7AnmiEsoAbQj36snFeNJVq44aQs= -github.com/amazon-contributing/opentelemetry-collector-contrib/receiver/awsekshyperpodreceiver v0.0.0-20260410000839-bf7ae656c809/go.mod h1:O5EpYcUzu+RgVImSc2DdwZ5EztdHPmwpHfuaA2WLh1Y= -github.com/amazon-contributing/opentelemetry-collector-contrib/receiver/awsxrayreceiver v0.0.0-20260410000839-bf7ae656c809 h1:oaJagIzOZNleyigktMj5U7zNclBHHsaQcMxGtFPl4fQ= -github.com/amazon-contributing/opentelemetry-collector-contrib/receiver/awsxrayreceiver v0.0.0-20260410000839-bf7ae656c809/go.mod h1:gNDpUc9eYHKy9YqGYK8toPIo3QZKdYQFLnaVQDA32A0= -github.com/amazon-contributing/opentelemetry-collector-contrib/receiver/jmxreceiver v0.0.0-20260410000839-bf7ae656c809 h1:cMMnqcUikXOFNk7NCW4NyxsSW9iBplXonWj755A8l40= -github.com/amazon-contributing/opentelemetry-collector-contrib/receiver/jmxreceiver v0.0.0-20260410000839-bf7ae656c809/go.mod h1:wQV77sHJJdUMIvbJna8LjlNb0omEdiVSrwQnoVAlTMM= -github.com/amazon-contributing/opentelemetry-collector-contrib/receiver/prometheusreceiver v0.0.0-20260410000839-bf7ae656c809 h1:ADCo5DUFvnaAB4ayOCXybjAd7BhEZY1+7QTa4njhE6k= -github.com/amazon-contributing/opentelemetry-collector-contrib/receiver/prometheusreceiver v0.0.0-20260410000839-bf7ae656c809/go.mod h1:pa2WwKwnYyS/Wviu8P/uCm7JmtrxtB+IG1f8+b+VJF0= +github.com/amazon-contributing/opentelemetry-collector-contrib/exporter/awscloudwatchlogsexporter v0.0.0-20260427175740-475f0c51cb95 h1:fdtEn1BvwN3t8vGfvXvD0C5mZph2A41BPCJZIe5sskk= +github.com/amazon-contributing/opentelemetry-collector-contrib/exporter/awscloudwatchlogsexporter v0.0.0-20260427175740-475f0c51cb95/go.mod h1:7IC5iRiEVjkl3gQkyGF54WJrvAPNwRPp88JmYlPszu8= +github.com/amazon-contributing/opentelemetry-collector-contrib/exporter/awsemfexporter v0.0.0-20260427175740-475f0c51cb95 h1:5bf8fR4P5UfJSFQENMLTNGOu2p4AevmerxOEr9gIdWk= +github.com/amazon-contributing/opentelemetry-collector-contrib/exporter/awsemfexporter v0.0.0-20260427175740-475f0c51cb95/go.mod h1:3CyMeKLU/pTjhm0qL4WEbYtq4/IaHJsOF8e7WiweXJQ= +github.com/amazon-contributing/opentelemetry-collector-contrib/exporter/awsxrayexporter v0.0.0-20260427175740-475f0c51cb95 h1:Q7T3qHy8LnFwtOxnus88PBbMsAZKQAydUAJ8Oj8aNFo= +github.com/amazon-contributing/opentelemetry-collector-contrib/exporter/awsxrayexporter v0.0.0-20260427175740-475f0c51cb95/go.mod h1:Jm0k76CRZ1uR0B6kFHYlLPe7AxWJu69aIrCQiygTBFg= +github.com/amazon-contributing/opentelemetry-collector-contrib/extension/awsmiddleware v0.0.0-20260427175740-475f0c51cb95 h1:G/7aABT4qV0OSIqT4F/sz1vdMmEbrI1TFgrmhbVKdos= +github.com/amazon-contributing/opentelemetry-collector-contrib/extension/awsmiddleware v0.0.0-20260427175740-475f0c51cb95/go.mod h1:KQqi2/SDM6SveSbJmH7yE2ZJrcwvQEsq8fGgj7J42oI= +github.com/amazon-contributing/opentelemetry-collector-contrib/extension/awsproxy v0.0.0-20260427175740-475f0c51cb95 h1:M7Z4jQUNubmbTumO7Y/dEYl6aJvFQqUpUenHmKBniBA= +github.com/amazon-contributing/opentelemetry-collector-contrib/extension/awsproxy v0.0.0-20260427175740-475f0c51cb95/go.mod h1:tAN1C96iJCDwxl9qMnno54d6sQwxHAVSYdpDJjc6bbY= +github.com/amazon-contributing/opentelemetry-collector-contrib/internal/aws/awsutil v0.0.0-20260427175740-475f0c51cb95 h1:Pg185VgwWyMS3hGpQogszLbd+6Q9lAOc1UosYxOusbo= +github.com/amazon-contributing/opentelemetry-collector-contrib/internal/aws/awsutil v0.0.0-20260427175740-475f0c51cb95/go.mod h1:RkX+mCTIbF0RTiqXFe0Wo6a1w0cULc23osRU5IRmqVQ= +github.com/amazon-contributing/opentelemetry-collector-contrib/internal/aws/containerinsight v0.0.0-20260427175740-475f0c51cb95 h1:QdFMoiwtIlltdBAKI3Ev2OJY271M2J9aGzdYj3ITi4I= +github.com/amazon-contributing/opentelemetry-collector-contrib/internal/aws/containerinsight v0.0.0-20260427175740-475f0c51cb95/go.mod h1:DwMzm9PGyRRVkekICZdCOHt/kf6A/z9YQ7G2DqspJ4g= +github.com/amazon-contributing/opentelemetry-collector-contrib/internal/aws/cwlogs v0.0.0-20260427175740-475f0c51cb95 h1:YGVeApAqGcVHse2+JLVDG3a1vzEZtxQdT/rhF/WIb8A= +github.com/amazon-contributing/opentelemetry-collector-contrib/internal/aws/cwlogs v0.0.0-20260427175740-475f0c51cb95/go.mod h1:TFjXft/gNwEk5EIrNz3glFCx6mMbJNgORAnpKunDw4Y= +github.com/amazon-contributing/opentelemetry-collector-contrib/internal/aws/k8s v0.0.0-20260427175740-475f0c51cb95 h1:KFKWx66SE6eFnfbGI3gtRI8iYI5ecqNzzg0wyzG8k7k= +github.com/amazon-contributing/opentelemetry-collector-contrib/internal/aws/k8s v0.0.0-20260427175740-475f0c51cb95/go.mod h1:g0K7XRwXDigDe6QLvoUwCFglvzBZYepLDq3JGcYc8t0= +github.com/amazon-contributing/opentelemetry-collector-contrib/internal/aws/metrics v0.0.0-20260427175740-475f0c51cb95 h1:K8uWdmO4O/9m7DmX/MKDox8hIpZ+QS/RMwCSwdlUWsA= +github.com/amazon-contributing/opentelemetry-collector-contrib/internal/aws/metrics v0.0.0-20260427175740-475f0c51cb95/go.mod h1:AYAFBvDLMHLC5jJCIfUtfmLAzUdwlkBk8IyZ42ZKAco= +github.com/amazon-contributing/opentelemetry-collector-contrib/internal/aws/proxy v0.0.0-20260427175740-475f0c51cb95 h1:qROlFCrsur+b7T0OlDoyrNq+1okVUK43PTvwIFGyOlA= +github.com/amazon-contributing/opentelemetry-collector-contrib/internal/aws/proxy v0.0.0-20260427175740-475f0c51cb95/go.mod h1:CYuz358AgDWlVFiv0YUtttDPwz4F01dXLLmyFlGBcSI= +github.com/amazon-contributing/opentelemetry-collector-contrib/internal/aws/xray v0.0.0-20260427175740-475f0c51cb95 h1:x4qQv9hosOm1LMUJ93SWZQ78ytXg4stlCBXOagOuxQ0= +github.com/amazon-contributing/opentelemetry-collector-contrib/internal/aws/xray v0.0.0-20260427175740-475f0c51cb95/go.mod h1:zK0mPhzOwJJBAIV0reGIlm3UB0QlOrEqZYRTYGB2vt4= +github.com/amazon-contributing/opentelemetry-collector-contrib/internal/coreinternal v0.0.0-20260427175740-475f0c51cb95 h1:PJ9Tj3AjD30RMRl/TCc/tZy3XILx8MYz6q3eeCV/6w8= +github.com/amazon-contributing/opentelemetry-collector-contrib/internal/coreinternal v0.0.0-20260427175740-475f0c51cb95/go.mod h1:6IoOrz1DvWaBT8+aGFZ1UznDfXKu35/ifj/sk28EQbQ= +github.com/amazon-contributing/opentelemetry-collector-contrib/internal/k8sconfig v0.0.0-20260427175740-475f0c51cb95 h1:6hEt37Oujn/i0pUkzR8Un/Mp2FSf6kJJVON4dJdZWto= +github.com/amazon-contributing/opentelemetry-collector-contrib/internal/k8sconfig v0.0.0-20260427175740-475f0c51cb95/go.mod h1:ie5XUZZf62AI/Is0cBsCNnab4tLow1FCQZlvJPei2EU= +github.com/amazon-contributing/opentelemetry-collector-contrib/internal/kubelet v0.0.0-20260427175740-475f0c51cb95 h1:umxh2ko5auikaE9CODGMga66r50IaKDHj9b+3fjCfH8= +github.com/amazon-contributing/opentelemetry-collector-contrib/internal/kubelet v0.0.0-20260427175740-475f0c51cb95/go.mod h1:N2GwwIf7QhML2Lcdh3UCMxWCK4uViTUa+gx2as1sfo8= +github.com/amazon-contributing/opentelemetry-collector-contrib/internal/metadataproviders v0.0.0-20260427175740-475f0c51cb95 h1:LcXfI3/YiT74hu+9E+irjiHmIpFPfN/PQyGx6KqFbT4= +github.com/amazon-contributing/opentelemetry-collector-contrib/internal/metadataproviders v0.0.0-20260427175740-475f0c51cb95/go.mod h1:YnKeE9wRjdoReCSbDK5JRqVmusZNRyG/dG2R04WbWCQ= +github.com/amazon-contributing/opentelemetry-collector-contrib/override/aws v0.0.0-20260427175740-475f0c51cb95 h1:L2JbGPGVh9Cp7MR0LMvP01fM7MN3rmDC3zRJ4E6KTqQ= +github.com/amazon-contributing/opentelemetry-collector-contrib/override/aws v0.0.0-20260427175740-475f0c51cb95/go.mod h1:jGegGUX4PViU3gFU/dPvLUXuXC8GRiY9EYRpJhlczZA= +github.com/amazon-contributing/opentelemetry-collector-contrib/pkg/resourcetotelemetry v0.0.0-20260427175740-475f0c51cb95 h1:C1QY0Fd3SsTR5z4JfHm2CgDURaQAMG0/rENMEdQRkc4= +github.com/amazon-contributing/opentelemetry-collector-contrib/pkg/resourcetotelemetry v0.0.0-20260427175740-475f0c51cb95/go.mod h1:xrcHPb5eq5BblbNj64IpYqv295gwzpSUPgih7Dyo65E= +github.com/amazon-contributing/opentelemetry-collector-contrib/pkg/stanza v0.0.0-20260427175740-475f0c51cb95 h1:gjRSKQxwqmq9kqggKEfkt4ii1Ohw64mmq7QLOmu63CQ= +github.com/amazon-contributing/opentelemetry-collector-contrib/pkg/stanza v0.0.0-20260427175740-475f0c51cb95/go.mod h1:2SjHFWsA3UKr7N4IOP5ph0inaZtn6bteD9DitRAASEc= +github.com/amazon-contributing/opentelemetry-collector-contrib/pkg/translator/prometheus v0.0.0-20260427175740-475f0c51cb95 h1:OzLo57jEHl5wZCwWenj5rtNKYkeX1w28qUzLy9Y0lUQ= +github.com/amazon-contributing/opentelemetry-collector-contrib/pkg/translator/prometheus v0.0.0-20260427175740-475f0c51cb95/go.mod h1:mfl6tGXnVyT0+nga+Oml7bMNWKempeGTtL+5Vs2LzHA= +github.com/amazon-contributing/opentelemetry-collector-contrib/processor/awsattributelimitprocessor v0.0.0-20260427175740-475f0c51cb95 h1:7YA5AVJ3f9ZoxKkGC2sdMhCEoueLA06QDH3qUtvDCyU= +github.com/amazon-contributing/opentelemetry-collector-contrib/processor/awsattributelimitprocessor v0.0.0-20260427175740-475f0c51cb95/go.mod h1:OFDM1K0I68jJO8s5S0+5xDwnqscnRnYmYgZxA8bbhic= +github.com/amazon-contributing/opentelemetry-collector-contrib/processor/awsdevicepodcorrelationprocessor v0.0.0-20260427175740-475f0c51cb95 h1:YevETxkXnnlrua/XIgYQBAJ6up0auG+Yht/T0TBqCUw= +github.com/amazon-contributing/opentelemetry-collector-contrib/processor/awsdevicepodcorrelationprocessor v0.0.0-20260427175740-475f0c51cb95/go.mod h1:Gf1ZUZY1Lszko2Uq/Oc25Wl1gSwXNa2tGiJM66/H7Gc= +github.com/amazon-contributing/opentelemetry-collector-contrib/processor/cumulativetodeltaprocessor v0.0.0-20260427175740-475f0c51cb95 h1:jl/eMGDhQI2SI9lzQ6fKrS/Xaz31UnqZBgLdz5VWEoY= +github.com/amazon-contributing/opentelemetry-collector-contrib/processor/cumulativetodeltaprocessor v0.0.0-20260427175740-475f0c51cb95/go.mod h1:MhLjAHeQxgPyj1yyEAqTFfcU/U9tp4yLWYUV4f+xwYw= +github.com/amazon-contributing/opentelemetry-collector-contrib/processor/resourcedetectionprocessor v0.0.0-20260427175740-475f0c51cb95 h1:nYmQSHITwyilqmqk9MgHU3FUOrlS79myjhT5YapTI1g= +github.com/amazon-contributing/opentelemetry-collector-contrib/processor/resourcedetectionprocessor v0.0.0-20260427175740-475f0c51cb95/go.mod h1:hUIIFpW7MRkbDYKKfDPT1QtBW6bIz5jqKUrlbZEtkeo= +github.com/amazon-contributing/opentelemetry-collector-contrib/receiver/awscontainerinsightreceiver v0.0.0-20260427175740-475f0c51cb95 h1:PuN0s9O2BbN/ni5sKxwkEBRv1v5+TS2HzR4/I7gfOz4= +github.com/amazon-contributing/opentelemetry-collector-contrib/receiver/awscontainerinsightreceiver v0.0.0-20260427175740-475f0c51cb95/go.mod h1:zFCrWSeArOUe0UgX0XUli3ECGUOZ9BKD7AM+kpbaIv8= +github.com/amazon-contributing/opentelemetry-collector-contrib/receiver/awscontainerinsightskueuereceiver v0.0.0-20260427175740-475f0c51cb95 h1:aBo6P+esO6kPKGO1Woo2OMlmro0QO3hym7IF3IyJjD0= +github.com/amazon-contributing/opentelemetry-collector-contrib/receiver/awscontainerinsightskueuereceiver v0.0.0-20260427175740-475f0c51cb95/go.mod h1:7FA4owN95eAy2RD/7IOC5d1be2P0DyZT7nOQZruwtls= +github.com/amazon-contributing/opentelemetry-collector-contrib/receiver/awsefareceiver v0.0.0-20260427175740-475f0c51cb95 h1:oJ3dKiPVDrtWhnV3PNTyzsmG+yv2nUF1lnSWVMg9UVs= +github.com/amazon-contributing/opentelemetry-collector-contrib/receiver/awsefareceiver v0.0.0-20260427175740-475f0c51cb95/go.mod h1:P04h4k7pXBfr/ZzKZTf3lA389OtLMOV4VVv5lYEsHng= +github.com/amazon-contributing/opentelemetry-collector-contrib/receiver/awsekshyperpodreceiver v0.0.0-20260427175740-475f0c51cb95 h1:1ar7WQSKzmhO9698GPSq6MEnynWvmRQqd6EI1LEWHVw= +github.com/amazon-contributing/opentelemetry-collector-contrib/receiver/awsekshyperpodreceiver v0.0.0-20260427175740-475f0c51cb95/go.mod h1:O5EpYcUzu+RgVImSc2DdwZ5EztdHPmwpHfuaA2WLh1Y= +github.com/amazon-contributing/opentelemetry-collector-contrib/receiver/awsxrayreceiver v0.0.0-20260427175740-475f0c51cb95 h1:VM9fNFnyy/0pzmO2maz+yUiJdKnwj0aNVoexhXaCY6Y= +github.com/amazon-contributing/opentelemetry-collector-contrib/receiver/awsxrayreceiver v0.0.0-20260427175740-475f0c51cb95/go.mod h1:gNDpUc9eYHKy9YqGYK8toPIo3QZKdYQFLnaVQDA32A0= +github.com/amazon-contributing/opentelemetry-collector-contrib/receiver/jmxreceiver v0.0.0-20260427175740-475f0c51cb95 h1:ykOyQDlW30EOynU7xi+rPLocO9Kpuamkm31G1xZQqp4= +github.com/amazon-contributing/opentelemetry-collector-contrib/receiver/jmxreceiver v0.0.0-20260427175740-475f0c51cb95/go.mod h1:wQV77sHJJdUMIvbJna8LjlNb0omEdiVSrwQnoVAlTMM= +github.com/amazon-contributing/opentelemetry-collector-contrib/receiver/prometheusreceiver v0.0.0-20260427175740-475f0c51cb95 h1:Uu0TbEmFj2tP5XnV6QyZ52oO4jIUgvZUm8iFj+yqNX8= +github.com/amazon-contributing/opentelemetry-collector-contrib/receiver/prometheusreceiver v0.0.0-20260427175740-475f0c51cb95/go.mod h1:pa2WwKwnYyS/Wviu8P/uCm7JmtrxtB+IG1f8+b+VJF0= github.com/amir/raidman v0.0.0-20170415203553-1ccc43bfb9c9 h1:FXrPTd8Rdlc94dKccl7KPmdmIbVh/OjelJ8/vgMRzcQ= github.com/amir/raidman v0.0.0-20170415203553-1ccc43bfb9c9/go.mod h1:eliMa/PW+RDr2QLWRmLH1R1ZA4RInpmvOzDDXtaIZkc= github.com/andybalholm/brotli v1.0.5 h1:8uQZIdzKmjc/iuPu7O2ioW48L81FgatrcpfFmiq/cCs=