Skip to content

Commit f04657b

Browse files
mergify[bot]trentmxrmx
authored
[otel] Update EDOT SDK k8s auto-instrumentation images to their latest versions (#8474) (#8495)
* [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 --------- (cherry picked from commit 5d371be) Co-authored-by: Trent Mick <[email protected]> Co-authored-by: Riccardo Magliocchetti <[email protected]>
1 parent 2736a47 commit f04657b

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
@@ -608,12 +608,12 @@ instrumentation:
608608
type: parentbased_traceidratio # Sampler type
609609
argument: "1.0" # Sampling rate set to 100% (all traces are sampled).
610610
java:
611-
image: docker.elastic.co/observability/elastic-otel-javaagent:1.3.0
611+
image: docker.elastic.co/observability/elastic-otel-javaagent:1.4.1
612612
nodejs:
613-
image: docker.elastic.co/observability/elastic-otel-node:1.0.0
613+
image: docker.elastic.co/observability/elastic-otel-node:1.1.1
614614
dotnet:
615-
image: docker.elastic.co/observability/elastic-otel-dotnet:1.0.1
615+
image: docker.elastic.co/observability/elastic-otel-dotnet:1.0.2
616616
python:
617-
image: docker.elastic.co/observability/elastic-otel-python:1.0.0
617+
image: docker.elastic.co/observability/elastic-otel-python:1.3.0
618618
go:
619-
image: ghcr.io/open-telemetry/opentelemetry-go-instrumentation/autoinstrumentation-go:v0.21.0
619+
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
@@ -668,12 +668,12 @@ instrumentation:
668668
type: parentbased_traceidratio # Sampler type
669669
argument: "1.0" # Sampling rate set to 100% (all traces are sampled).
670670
java:
671-
image: docker.elastic.co/observability/elastic-otel-javaagent:1.3.0
671+
image: docker.elastic.co/observability/elastic-otel-javaagent:1.4.1
672672
nodejs:
673-
image: docker.elastic.co/observability/elastic-otel-node:1.0.0
673+
image: docker.elastic.co/observability/elastic-otel-node:1.1.1
674674
dotnet:
675-
image: docker.elastic.co/observability/elastic-otel-dotnet:1.0.1
675+
image: docker.elastic.co/observability/elastic-otel-dotnet:1.0.2
676676
python:
677-
image: docker.elastic.co/observability/elastic-otel-python:1.0.0
677+
image: docker.elastic.co/observability/elastic-otel-python:1.3.0
678678
go:
679-
image: ghcr.io/open-telemetry/opentelemetry-go-instrumentation/autoinstrumentation-go:v0.21.0
679+
image: ghcr.io/open-telemetry/opentelemetry-go-instrumentation/autoinstrumentation-go:v0.22.0

0 commit comments

Comments
 (0)