diff --git a/deploy/helm/sumologic/values.yaml b/deploy/helm/sumologic/values.yaml index 0d3ae3a9f7..47bc5c7728 100644 --- a/deploy/helm/sumologic/values.yaml +++ b/deploy/helm/sumologic/values.yaml @@ -2016,7 +2016,7 @@ otelcol: memBallastSizeMib: "683" image: repository: "public.ecr.aws/sumologic/opentelemetry-collector" - tag: "0.16.2-sumo" + tag: "0.19.2-sumo" pullPolicy: IfNotPresent ## Extra Environment Values - allows yaml definitions @@ -2119,9 +2119,10 @@ otelcol: ## Resource processor sets the associted cluster attribute resource: - labels: { - k8s.cluster.name: "processors.resource.cluster.replace" - } + attributes: + - key: k8s.cluster.name + value: "processors.resource.cluster.replace" + action: upsert ## The memory_limiter processor is used to prevent out of memory situations on the collector. memory_limiter: diff --git a/tests/tracing/static/collection-monitoring-false.output.yaml b/tests/tracing/static/collection-monitoring-false.output.yaml index 690a45e826..27ed7531a5 100644 --- a/tests/tracing/static/collection-monitoring-false.output.yaml +++ b/tests/tracing/static/collection-monitoring-false.output.yaml @@ -66,8 +66,10 @@ data: check_interval: 5s limit_mib: 1900 resource: - labels: - k8s.cluster.name: kubernetes + attributes: + - action: upsert + key: k8s.cluster.name + value: kubernetes source: annotation_prefix: k8s.pod.annotation. collector: "kubernetes" diff --git a/tests/tracing/static/simple.output.yaml b/tests/tracing/static/simple.output.yaml index bfffba11ae..6ba4732906 100644 --- a/tests/tracing/static/simple.output.yaml +++ b/tests/tracing/static/simple.output.yaml @@ -66,8 +66,10 @@ data: check_interval: 5s limit_mib: 1900 resource: - labels: - k8s.cluster.name: kubernetes + attributes: + - action: upsert + key: k8s.cluster.name + value: kubernetes source: annotation_prefix: k8s.pod.annotation. collector: "kubernetes"