Skip to content

Commit

Permalink
Fix windows tail sampling values
Browse files Browse the repository at this point in the history
  • Loading branch information
douglascamata committed Jan 7, 2025
1 parent d727e59 commit 12ca3db
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions otel-integration/k8s-helm/values-windows-tailsampling.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 12ca3db

Please sign in to comment.