Skip to content

Latest commit

 

History

History

README.md

OpenTelemetry Instrumentation

This package provides commands that help automatically instrument a program.

Installation

pip install opentelemetry-instrumentation

Usage

Please refer to the OpenTelemetry documentation for more details on auto-instrumentation.

Auto-instrumentation

The opentelemetry-instrument command can be used to automatically instrument your application:

opentelemetry-instrument python your_app.py

Manual instrumentation

For manual instrumentation, you can use the individual instrumentation packages available in the OpenTelemetry ecosystem.

License

Apache License 2.0