Skip to content

Commit f9be30d

Browse files
[otel/kube-stack] Update EDOT SDK k8s auto-instrumentation images to their latest versions (#9762) (#9843)
* chore: Update OpenTelemetry Go Instrumentation image in values.yaml Made with ❤️️ by updatecli * chore: Update Elastic OTEL Node.js image in values.yaml Made with ❤️️ by updatecli * chore: Update Elastic OTEL Java image in values.yaml Made with ❤️️ by updatecli * chore: Update Elastic OTEL Python image in managed_otlp/values.yaml Made with ❤️️ by updatecli * chore: Update Elastic OTEL Node.js image in values.yaml Made with ❤️️ by updatecli --------- (cherry picked from commit dcdcf42) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 3121f7d commit f9be30d

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
@@ -624,12 +624,12 @@ instrumentation:
624624
type: parentbased_traceidratio # Sampler type
625625
argument: "1.0" # Sampling rate set to 100% (all traces are sampled).
626626
java:
627-
image: docker.elastic.co/observability/elastic-otel-javaagent:1.4.1
627+
image: docker.elastic.co/observability/elastic-otel-javaagent:1.5.0
628628
nodejs:
629-
image: docker.elastic.co/observability/elastic-otel-node:1.1.1
629+
image: docker.elastic.co/observability/elastic-otel-node:1.3.0
630630
dotnet:
631631
image: docker.elastic.co/observability/elastic-otel-dotnet:1.0.2
632632
python:
633-
image: docker.elastic.co/observability/elastic-otel-python:1.3.0
633+
image: docker.elastic.co/observability/elastic-otel-python:1.7.0
634634
go:
635-
image: ghcr.io/open-telemetry/opentelemetry-go-instrumentation/autoinstrumentation-go:v0.22.0
635+
image: ghcr.io/open-telemetry/opentelemetry-go-instrumentation/autoinstrumentation-go:v0.22.1

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -643,12 +643,12 @@ instrumentation:
643643
type: parentbased_traceidratio # Sampler type
644644
argument: "1.0" # Sampling rate set to 100% (all traces are sampled).
645645
java:
646-
image: docker.elastic.co/observability/elastic-otel-javaagent:1.4.1
646+
image: docker.elastic.co/observability/elastic-otel-javaagent:1.5.0
647647
nodejs:
648-
image: docker.elastic.co/observability/elastic-otel-node:1.1.1
648+
image: docker.elastic.co/observability/elastic-otel-node:1.3.0
649649
dotnet:
650650
image: docker.elastic.co/observability/elastic-otel-dotnet:1.0.2
651651
python:
652-
image: docker.elastic.co/observability/elastic-otel-python:1.3.0
652+
image: docker.elastic.co/observability/elastic-otel-python:1.7.0
653653
go:
654-
image: ghcr.io/open-telemetry/opentelemetry-go-instrumentation/autoinstrumentation-go:v0.22.0
654+
image: ghcr.io/open-telemetry/opentelemetry-go-instrumentation/autoinstrumentation-go:v0.22.1

0 commit comments

Comments
 (0)