From 12ca3db452df9f1480439035821c8b123a4f8780 Mon Sep 17 00:00:00 2001 From: Douglas Camata <159076+douglascamata@users.noreply.github.com> Date: Tue, 7 Jan 2025 18:23:41 +0100 Subject: [PATCH] Fix windows tail sampling values --- otel-integration/k8s-helm/values-windows-tailsampling.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/otel-integration/k8s-helm/values-windows-tailsampling.yaml b/otel-integration/k8s-helm/values-windows-tailsampling.yaml index 58e8b3da..d8a30319 100644 --- a/otel-integration/k8s-helm/values-windows-tailsampling.yaml +++ b/otel-integration/k8s-helm/values-windows-tailsampling.yaml @@ -23,7 +23,7 @@ opentelemetry-agent-windows: repository: coralogixrepo/opentelemetry-collector-contrib-windows pullPolicy: Always # Overrides the image tag whose default is the chart appVersion. - tag: "0.97.0" + tag: "0.116.0" # When digest is set to a non-empty value, images will be pulled by digest (regardless of tag value). digest: "" extraVolumes: @@ -210,7 +210,8 @@ opentelemetry-agent-windows: resource: # Supress this attribute, as we don't want the UUID of the collector to be sent, # instead we rely on instance label generated by Prometheus receiver. - - service.instance.id: + service.instance.id: + service.name: logs: level: "{{ .Values.global.logLevel }}" encoding: json