File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
opentelemetry-instrumentation Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -38,6 +38,11 @@ opentelemetry-instrument
38
38
39
39
opentelemetry-instrument python program.py
40
40
41
+ **NOTE: ** `opentelemetry-instrument ` will check for compatible "distros" (like `opentelemetry-distro `)
42
+ when automatically instrumenting. If multiple distros are found, instrumentation will fail. Check out
43
+ `Github Issue #551 <https://github.com/open-telemetry/opentelemetry-python-contrib/issues/551 >`_ for
44
+ more.
45
+
41
46
The instrument command will try to automatically detect packages used by your python program
42
47
and when possible, apply automatic tracing instrumentation on them. This means your program
43
48
will get automatic distributed tracing for free without having to make any code changes
You can’t perform that action at this time.
0 commit comments