Make it explicit to install distro to get auto-instrumentation working (#588)

This commit is contained in:
Srikanth Chekuri
2021-07-16 22:38:29 +05:30
committed by GitHub
parent 7e8b5bb178
commit 08daa9d194

View File

@ -16,6 +16,14 @@ Installation
This package provides a couple of commands that help automatically instruments a program:
.. note::
You need to install a distro package to get auto instrumentation working. The ``opentelemetry-distro``
package contains the default distro and automatically configures some of the common options for users.
For more info about ``opentelemetry-distro`` check `here <https://opentelemetry-python.readthedocs.io/en/latest/examples/distro/README.html>`__
::
pip install opentelemetry-distro[otlp]
opentelemetry-bootstrap
-----------------------