Skip to content

Commit 727b82b

Browse files
committed
Update README
1 parent d0acfb8 commit 727b82b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -292,9 +292,12 @@ instrumentation.opentelemetry.io/inject-nodejs: "true"
292292
```
293293

294294
Python:
295+
Python auto-instrumentation also honors an annotation that will permit it to run it on images with a different C library than glibc.
295296

296297
```bash
297298
instrumentation.opentelemetry.io/inject-python: "true"
299+
instrumentation.opentelemetry.io/otel-python-platform: "glibc" # for Linux glibc based images, this is the default value and can be omitted
300+
instrumentation.opentelemetry.io/otel-python-platform: "musl" # for Linux musl based images
298301
```
299302

300303
.NET:

0 commit comments

Comments
 (0)