We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e8b5bb commit 08daa9dCopy full SHA for 08daa9d
opentelemetry-instrumentation/README.rst
@@ -16,6 +16,14 @@ Installation
16
17
This package provides a couple of commands that help automatically instruments a program:
18
19
+.. note::
20
+ You need to install a distro package to get auto instrumentation working. The ``opentelemetry-distro``
21
+ package contains the default distro and automatically configures some of the common options for users.
22
+ For more info about ``opentelemetry-distro`` check `here <https://opentelemetry-python.readthedocs.io/en/latest/examples/distro/README.html>`__
23
+ ::
24
+
25
+ pip install opentelemetry-distro[otlp]
26
27
28
opentelemetry-bootstrap
29
-----------------------
0 commit comments