opentelemetry-python-contrib/instrumentation/opentelemetry-instrumentati...
Riccardo Magliocchetti ab0ea0e0f9
Add support for python 3.12 (#2572)
2024-06-10 12:49:10 -07:00
..
src/opentelemetry/instrumentation/redis Update version to 1.26.0.dev/0.47b0.dev (#2568) 2024-05-30 18:48:51 -07:00
tests Fix net peer attribute for unix socket connection (#2493) 2024-05-30 14:50:53 -07:00
LICENSE fix: revert modifications to Apache license (#2429) 2024-04-22 13:23:38 -05:00
README.rst Fix redis doc link (#884) 2022-01-28 18:58:15 +00:00
pyproject.toml Add support for python 3.12 (#2572) 2024-06-10 12:49:10 -07:00
test-requirements.txt requirements: bump pytest to 7.4.4 (#2587) 2024-06-07 08:53:22 -07:00

README.rst

OpenTelemetry Redis Instrumentation
===================================

|pypi|

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

This library allows tracing requests made by the Redis library.

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

::

    pip install opentelemetry-instrumentation-redis

References
----------

* `OpenTelemetry Redis Instrumentation <https://opentelemetry-python-contrib.readthedocs.io/en/latest/instrumentation/redis/redis.html>`_
* `OpenTelemetry Project <https://opentelemetry.io/>`_
* `OpenTelemetry Python Examples <https://github.com/open-telemetry/opentelemetry-python/tree/main/docs/examples>`_