opentelemetry-python-contrib/opentelemetry-distro
Anton Pirker f8bb28928c
Update test requirements for work with Python 3.13 (#2887)
* Added deb to make cassandra tests work with python 3.13

* Bumped cffi to work with Python 3.13

* Fixed some test-requirements for Python 3.13

* Updated typing_extensions everywhere

---------

Co-authored-by: Emídio Neto <9735060+emdneto@users.noreply.github.com>
2024-09-26 08:52:02 +02:00
..
src/opentelemetry/distro Update version to 1.28.0.dev/0.49b0.dev (#2828) 2024-08-28 15:20:37 -06:00
tests distro: decouple default configuration test from environment (#2561) 2024-05-28 14:56:38 -07:00
README.rst [docs] fix broken link (#1513) 2022-12-22 22:30:21 +05:30
pyproject.toml Update version to 1.28.0.dev/0.49b0.dev (#2828) 2024-08-28 15:20:37 -06:00
test-requirements.txt Update test requirements for work with Python 3.13 (#2887) 2024-09-26 08:52:02 +02:00

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/>`_