Skip to content

Commit 8a5b4e6

Browse files
authored
Merge pull request #51 from elastic/xrmx-patch-1
kubernetes/operator: bump python edot version in instrumenting-applications
2 parents c13c01f + 79f8b46 commit 8a5b4e6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/kubernetes/operator/instrumenting-applications.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ The `Instrumentation` object stores important parameters:
8080
nodejs:
8181
image: docker.elastic.co/observability/elastic-otel-node:0.4.1
8282
python:
83-
image: docker.elastic.co/observability/elastic-otel-python:0.3.0
83+
image: docker.elastic.co/observability/elastic-otel-python:0.4.1
8484
```
8585
8686
## Configuring auto-instrumentation

resources/kubernetes/operator/helm/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -948,6 +948,6 @@ instrumentation:
948948
dotnet:
949949
image: docker.elastic.co/observability/elastic-otel-dotnet:edge
950950
python:
951-
image: docker.elastic.co/observability/elastic-otel-python:0.3.0
951+
image: docker.elastic.co/observability/elastic-otel-python:0.4.1
952952
go:
953953
image: ghcr.io/open-telemetry/opentelemetry-go-instrumentation/autoinstrumentation-go:v0.14.0-alpha

0 commit comments

Comments
 (0)