We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0acfb8 commit 727b82bCopy full SHA for 727b82b
README.md
@@ -292,9 +292,12 @@ instrumentation.opentelemetry.io/inject-nodejs: "true"
292
```
293
294
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.
296
297
```bash
298
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
301
302
303
.NET:
0 commit comments