Skip to content

Commit 5d371be

Browse files
trentmxrmx
andauthored
[otel] Update EDOT SDK k8s auto-instrumentation images to their latest versions (#8474)
* [otel] Update EDOT SDK k8s auto-instrumentation images to their latest versions This changes the default Docker images that are downloaded into a k8s cluster that a customer is running, which can them be used for auto-instrumentation of customer applications. This updates to the latet release of each suck Docker image. * Apply suggestions from code review * update to bugfix release of elastic-otel-node --------- Co-authored-by: Riccardo Magliocchetti <[email protected]>
1 parent ac9ee9a commit 5d371be

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -610,12 +610,12 @@ instrumentation:
610610
type: parentbased_traceidratio # Sampler type
611611
argument: "1.0" # Sampling rate set to 100% (all traces are sampled).
612612
java:
613-
image: docker.elastic.co/observability/elastic-otel-javaagent:1.3.0
613+
image: docker.elastic.co/observability/elastic-otel-javaagent:1.4.1
614614
nodejs:
615-
image: docker.elastic.co/observability/elastic-otel-node:1.0.0
615+
image: docker.elastic.co/observability/elastic-otel-node:1.1.1
616616
dotnet:
617-
image: docker.elastic.co/observability/elastic-otel-dotnet:1.0.1
617+
image: docker.elastic.co/observability/elastic-otel-dotnet:1.0.2
618618
python:
619-
image: docker.elastic.co/observability/elastic-otel-python:1.0.0
619+
image: docker.elastic.co/observability/elastic-otel-python:1.3.0
620620
go:
621-
image: ghcr.io/open-telemetry/opentelemetry-go-instrumentation/autoinstrumentation-go:v0.21.0
621+
image: ghcr.io/open-telemetry/opentelemetry-go-instrumentation/autoinstrumentation-go:v0.22.0

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -675,12 +675,12 @@ instrumentation:
675675
type: parentbased_traceidratio # Sampler type
676676
argument: "1.0" # Sampling rate set to 100% (all traces are sampled).
677677
java:
678-
image: docker.elastic.co/observability/elastic-otel-javaagent:1.3.0
678+
image: docker.elastic.co/observability/elastic-otel-javaagent:1.4.1
679679
nodejs:
680-
image: docker.elastic.co/observability/elastic-otel-node:1.0.0
680+
image: docker.elastic.co/observability/elastic-otel-node:1.1.1
681681
dotnet:
682-
image: docker.elastic.co/observability/elastic-otel-dotnet:1.0.1
682+
image: docker.elastic.co/observability/elastic-otel-dotnet:1.0.2
683683
python:
684-
image: docker.elastic.co/observability/elastic-otel-python:1.0.0
684+
image: docker.elastic.co/observability/elastic-otel-python:1.3.0
685685
go:
686-
image: ghcr.io/open-telemetry/opentelemetry-go-instrumentation/autoinstrumentation-go:v0.21.0
686+
image: ghcr.io/open-telemetry/opentelemetry-go-instrumentation/autoinstrumentation-go:v0.22.0

0 commit comments

Comments
 (0)