Instrumentation Tools & Auto Instrumentation for OpenTelemetry Python
Installation
pip install opentelemetry-instrumentation
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
pip install opentelemetry-distro[otlp]
opentelemetry-bootstrap
opentelemetry-bootstrap --action=install|requirements
This commands inspects the active Python site-packages and figures out which
instrumentation packages the user might want to install. By default it prints out
a list of the suggested instrumentation packages which can be added to a requirements.txt
file. It also supports installing the suggested packages when run with --action=install
flag.
opentelemetry-instrument
opentelemetry-instrument python program.py
The instrument command will try to automatically detect packag
- RPM
- python3-opentelemetry-instrumentation-0.55b1-1.lbn42.noarch.rpm
- Summary
- Instrumentation Tools & Auto Instrumentation for OpenTelemetry Python
- URL
- https://pypi.org/project/opentelemetry-instrumentation
- Group
- Unspecified
- License
- ZPL
- Source
-
python-opentelemetry-instrumentation-0.55b1-1.lbn42.src.rpm
- Checksum
- 2be222a18221ce3287cf8c3bd24c632b4dafcf4e779f7490764a410f6f2be634
- Build Date
- 2025/09/13 10:35:07
- Requires
-
/usr/bin/python3
python3.13dist(packaging) >= 18
- Provides
-
python-opentelemetry-instrumentation = 0.55b1-1.lbn42
python3-opentelemetry-instrumentation = 0.55b1-1.lbn42
python3.13-opentelemetry-instrumentation = 0.55b1-1.lbn42
python3.13dist(opentelemetry-instrumentation) = 0.55~b1
python3dist(opentelemetry-instrumentation) = 0.55~b1
- Obsoletes