Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -626,12 +626,12 @@ instrumentation:
type: parentbased_traceidratio # Sampler type
argument: "1.0" # Sampling rate set to 100% (all traces are sampled).
java:
image: docker.elastic.co/observability/elastic-otel-javaagent:1.4.1
image: docker.elastic.co/observability/elastic-otel-javaagent:1.5.0
nodejs:
image: docker.elastic.co/observability/elastic-otel-node:1.1.1
image: docker.elastic.co/observability/elastic-otel-node:1.3.0
dotnet:
image: docker.elastic.co/observability/elastic-otel-dotnet:1.0.2
python:
image: docker.elastic.co/observability/elastic-otel-python:1.3.0
image: docker.elastic.co/observability/elastic-otel-python:1.7.0
go:
image: ghcr.io/open-telemetry/opentelemetry-go-instrumentation/autoinstrumentation-go:v0.22.0
image: ghcr.io/open-telemetry/opentelemetry-go-instrumentation/autoinstrumentation-go:v0.22.1
8 changes: 4 additions & 4 deletions deploy/helm/edot-collector/kube-stack/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -645,12 +645,12 @@ instrumentation:
type: parentbased_traceidratio # Sampler type
argument: "1.0" # Sampling rate set to 100% (all traces are sampled).
java:
image: docker.elastic.co/observability/elastic-otel-javaagent:1.4.1
image: docker.elastic.co/observability/elastic-otel-javaagent:1.5.0
nodejs:
image: docker.elastic.co/observability/elastic-otel-node:1.1.1
image: docker.elastic.co/observability/elastic-otel-node:1.3.0
dotnet:
image: docker.elastic.co/observability/elastic-otel-dotnet:1.0.2
python:
image: docker.elastic.co/observability/elastic-otel-python:1.3.0
image: docker.elastic.co/observability/elastic-otel-python:1.7.0
go:
image: ghcr.io/open-telemetry/opentelemetry-go-instrumentation/autoinstrumentation-go:v0.22.0
image: ghcr.io/open-telemetry/opentelemetry-go-instrumentation/autoinstrumentation-go:v0.22.1
Loading