This package provides commands that help automatically instrument a program.
pip install opentelemetry-instrumentationPlease refer to the OpenTelemetry documentation for more details on auto-instrumentation.
The opentelemetry-instrument command can be used to automatically instrument your application:
opentelemetry-instrument python your_app.pyFor manual instrumentation, you can use the individual instrumentation packages available in the OpenTelemetry ecosystem.
Apache License 2.0