Skip to content

Commit c2c54ff

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 a00c4a0 commit c2c54ff

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
@@ -625,12 +625,12 @@ instrumentation:
625625
type: parentbased_traceidratio # Sampler type
626626
argument: "1.0" # Sampling rate set to 100% (all traces are sampled).
627627
java:
628-
image: docker.elastic.co/observability/elastic-otel-javaagent:1.5.0
628+
image: docker.elastic.co/observability/elastic-otel-javaagent:1.6.0
629629
nodejs:
630-
image: docker.elastic.co/observability/elastic-otel-node:1.3.0
630+
image: docker.elastic.co/observability/elastic-otel-node:1.5.0
631631
dotnet:
632632
image: docker.elastic.co/observability/elastic-otel-dotnet:1.0.2
633633
python:
634-
image: docker.elastic.co/observability/elastic-otel-python:1.7.0
634+
image: docker.elastic.co/observability/elastic-otel-python:1.9.0
635635
go:
636-
image: ghcr.io/open-telemetry/opentelemetry-go-instrumentation/autoinstrumentation-go:v0.22.1
636+
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
@@ -693,12 +693,12 @@ instrumentation:
693693
type: parentbased_traceidratio # Sampler type
694694
argument: "1.0" # Sampling rate set to 100% (all traces are sampled).
695695
java:
696-
image: docker.elastic.co/observability/elastic-otel-javaagent:1.5.0
696+
image: docker.elastic.co/observability/elastic-otel-javaagent:1.6.0
697697
nodejs:
698-
image: docker.elastic.co/observability/elastic-otel-node:1.3.0
698+
image: docker.elastic.co/observability/elastic-otel-node:1.5.0
699699
dotnet:
700700
image: docker.elastic.co/observability/elastic-otel-dotnet:1.0.2
701701
python:
702-
image: docker.elastic.co/observability/elastic-otel-python:1.7.0
702+
image: docker.elastic.co/observability/elastic-otel-python:1.9.0
703703
go:
704-
image: ghcr.io/open-telemetry/opentelemetry-go-instrumentation/autoinstrumentation-go:v0.22.1
704+
image: ghcr.io/open-telemetry/opentelemetry-go-instrumentation/autoinstrumentation-go:v0.23.0

0 commit comments

Comments
 (0)