Skip to content

Commit 7b84635

Browse files
trentmmergify[bot]
authored andcommitted
[otel/kube-stack] Update EDOT SDK k8s auto-instrumentation images to latest versions (#10386)
This also updates the vanilla OTel Go image version to its latest. (cherry picked from commit 11dd425)
1 parent 3d46c8a commit 7b84635

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

deploy/helm/edot-collector/kube-stack/managed_otlp/values.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -627,12 +627,12 @@ instrumentation:
627627
type: parentbased_traceidratio # Sampler type
628628
argument: "1.0" # Sampling rate set to 100% (all traces are sampled).
629629
java:
630-
image: docker.elastic.co/observability/elastic-otel-javaagent:1.5.0
630+
image: docker.elastic.co/observability/elastic-otel-javaagent:1.6.0
631631
nodejs:
632-
image: docker.elastic.co/observability/elastic-otel-node:1.3.0
632+
image: docker.elastic.co/observability/elastic-otel-node:1.5.0
633633
dotnet:
634634
image: docker.elastic.co/observability/elastic-otel-dotnet:1.1.0
635635
python:
636-
image: docker.elastic.co/observability/elastic-otel-python:1.7.0
636+
image: docker.elastic.co/observability/elastic-otel-python:1.9.0
637637
go:
638-
image: ghcr.io/open-telemetry/opentelemetry-go-instrumentation/autoinstrumentation-go:v0.22.1
638+
image: ghcr.io/open-telemetry/opentelemetry-go-instrumentation/autoinstrumentation-go:v0.23.0

deploy/helm/edot-collector/kube-stack/values.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -694,12 +694,12 @@ instrumentation:
694694
type: parentbased_traceidratio # Sampler type
695695
argument: "1.0" # Sampling rate set to 100% (all traces are sampled).
696696
java:
697-
image: docker.elastic.co/observability/elastic-otel-javaagent:1.5.0
697+
image: docker.elastic.co/observability/elastic-otel-javaagent:1.6.0
698698
nodejs:
699-
image: docker.elastic.co/observability/elastic-otel-node:1.3.0
699+
image: docker.elastic.co/observability/elastic-otel-node:1.5.0
700700
dotnet:
701701
image: docker.elastic.co/observability/elastic-otel-dotnet:1.1.0
702702
python:
703-
image: docker.elastic.co/observability/elastic-otel-python:1.7.0
703+
image: docker.elastic.co/observability/elastic-otel-python:1.9.0
704704
go:
705-
image: ghcr.io/open-telemetry/opentelemetry-go-instrumentation/autoinstrumentation-go:v0.22.1
705+
image: ghcr.io/open-telemetry/opentelemetry-go-instrumentation/autoinstrumentation-go:v0.23.0

0 commit comments

Comments
 (0)