opentelemetry-python-contrib/instrumentation/opentelemetry-instrumentati...
Owais Lone c8020cbea5
updating changelogs and version to 1.9.1-0.28b1 (#887)
* updating changelogs and version to 1.9.1-0.28b1

* Update CHANGELOG.md

Co-authored-by: Nathaniel Ruiz Nowell <enruizno@uwaterloo.ca>

* Update CHANGELOG.md

Co-authored-by: Nathaniel Ruiz Nowell <enruizno@uwaterloo.ca>

Co-authored-by: Nathaniel Ruiz Nowell <enruizno@uwaterloo.ca>
2022-01-31 09:40:29 +00:00
..
src/opentelemetry/instrumentation/redis updating changelogs and version to 1.9.1-0.28b1 (#887) 2022-01-31 09:40:29 +00:00
tests adding response_hook to redis instrumentor (#669) 2021-09-14 13:47:12 -07:00
MANIFEST.in Rename db framework packages from "ext" to "instrumentation" (#966) 2020-08-03 17:48:44 -07:00
README.rst Fix redis doc link (#884) 2022-01-28 18:58:15 +00:00
setup.cfg updating changelogs and version to 1.9.1-0.28b1 (#887) 2022-01-31 09:40:29 +00:00
setup.py update open calls to pass encoding (#684) 2021-09-22 10:16:14 -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>`_