Fedora Packages

python3-opentelemetry-instrumentation Subpackage of python-opentelemetry

Instrumentation Tools & Auto Instrumentation for OpenTelemetry Python

This package provides a couple of commands that help automatically instruments a program: opentelemetry-bootstrap ----------------------- This command 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 ------------------------ The instrument command will try to automatically detect packages used by your python program and when possible, apply automatic tracing instrumentation on them. This means your program will get automatic distributed tracing for free without having to make any code changes at all. This will also configure a global tracer and tracing exporter without you having to make any code changes. By default, the instrument command will use the OTLP exporter but this can be overriden when needed.

Releases Overview

Release Stable Testing
Fedora 35 0.23~b2-9.fc35 -
File a new bug report »
Package Info
Related Packages

You can contact the maintainers of this package via email at python-opentelemetry dash maintainers at fedoraproject dot org.



Sources on Pagure