Skip to content

Commit b653174

Browse files
committed
Update documentation to reflect distro strictness
1 parent 67d025d commit b653174

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

opentelemetry-instrumentation/README.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,11 @@ opentelemetry-instrument
3838

3939
opentelemetry-instrument python program.py
4040

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+
4146
The instrument command will try to automatically detect packages used by your python program
4247
and when possible, apply automatic tracing instrumentation on them. This means your program
4348
will get automatic distributed tracing for free without having to make any code changes

0 commit comments

Comments
 (0)