opentelemetry-python-contrib/instrumentation/opentelemetry-instrumentati...
Andrea Galbusera 54cbf59aae
Update package metadata adding "Repository" to project urls (#3119)
Add "Repository" label to project urls pointing to the
opentelemetry-python repo root url.

Having within project urls one entry with the same value for all
packages released by the project will help tools for automatic
dependency management to suggest coherent upgrades for related packages.
2024-12-19 10:15:58 +00:00
..
src/opentelemetry/instrumentation/confluent_kafka feat: Update opentelemetry-instrumentation-confluent-kafka to support confluent-kafka <=2.7.0 (#3100) 2024-12-17 12:33:39 -08:00
tests Introducing ruff as linter and formatter (basic setup) (#2921) 2024-10-23 10:54:14 -07:00
LICENSE fix: revert modifications to Apache license (#2429) 2024-04-22 13:23:38 -05:00
README.rst Fix link to confluent_kafka docs (#3024) 2024-11-19 09:26:10 +01:00
pyproject.toml Update package metadata adding "Repository" to project urls (#3119) 2024-12-19 10:15:58 +00:00
test-requirements.txt feat: Update opentelemetry-instrumentation-confluent-kafka to support confluent-kafka <=2.7.0 (#3100) 2024-12-17 12:33:39 -08:00

README.rst

OpenTelemetry confluent-kafka Instrumentation
=============================================

|pypi|

.. |pypi| image:: https://badge.fury.io/py/opentelemetry-instrumentation-confluent-kafka.svg
   :target: https://pypi.org/project/opentelemetry-instrumentation-confluent-kafka/

This library allows tracing requests made by the confluent-kafka library.

Installation
------------

::

    pip install opentelemetry-instrumentation-confluent-kafka


References
----------

* `OpenTelemetry confluent-kafka/ Tracing <https://opentelemetry-python-contrib.readthedocs.io/en/latest/instrumentation/confluent_kafka/confluent_kafka.html>`_
* `OpenTelemetry Project <https://opentelemetry.io/>`_