Python 3.8 was EoL @ 2024-10-07, our 6 month promise for support ended on 2024-04-07. Changes: * Updated basline refs to 3.9 * Removed 3.8 sys.version_info checks * Fixed botocore test failure * Applied ruff formatting |
||
|---|---|---|
| .. | ||
| src/opentelemetry/distro | ||
| tests | ||
| README.rst | ||
| pyproject.toml | ||
| test-requirements.txt | ||
README.rst
OpenTelemetry Distro
====================
|pypi|
.. |pypi| image:: https://badge.fury.io/py/opentelemetry-distro.svg
:target: https://pypi.org/project/opentelemetry-distro/
Installation
------------
::
pip install opentelemetry-distro
This package provides entrypoints to configure OpenTelemetry.
References
----------
* `OpenTelemetry Project <https://opentelemetry.io/>`_
* `Example using opentelemetry-distro <https://opentelemetry.io/docs/instrumentation/python/distro/>`_