opentelemetry-python-contrib/instrumentation/opentelemetry-instrumentati...
OpenTelemetry Bot afd8428997
Update version to 1.19.0.dev/0.40b0.dev (#1797)
Co-authored-by: Diego Hurtado <ocelotl@users.noreply.github.com>
Co-authored-by: Srikanth Chekuri <srikanth.chekuri92@gmail.com>
2023-05-17 10:47:58 -06:00
..
src/opentelemetry/instrumentation/confluent_kafka Update version to 1.19.0.dev/0.40b0.dev (#1797) 2023-05-17 10:47:58 -06:00
tests Allow Kafka producer headers to be dict or list (#1655) 2023-03-10 12:59:05 +00:00
LICENSE Added the Licence and Manifest file 2022-08-25 12:39:44 +05:30
README.rst Support confluent kafka (#1111) 2022-06-03 14:26:40 +01:00
pyproject.toml Instrument newer versions (#1468) 2022-12-06 15:58:03 +00: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/>`_