opentelemetry-python-contrib/instrumentation/opentelemetry-instrumentati...
Leighton Chen ad1ef6e920 changelog + version 2021-10-12 20:47:14 -07:00
..
src/opentelemetry/instrumentation/urllib3 changelog + version 2021-10-12 20:47:14 -07:00
tests Add net.peer.ip in requests & urllib3 instrumentations. (#661) 2021-09-27 10:21:26 -07:00
LICENSE Fix error in license files (#521) 2021-05-28 09:16:58 -07:00
MANIFEST.in Add urllib3 instrumentation (#299) 2021-03-31 08:08:53 -07:00
README.rst Added link to examples folder in each instrumentation (#438) 2021-04-13 14:56:30 -07:00
setup.cfg changelog + version 2021-10-12 20:47:14 -07:00
setup.py update open calls to pass encoding (#684) 2021-09-22 10:16:14 -07:00

README.rst

OpenTelemetry urllib3 Instrumentation
======================================

|pypi|

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

This library allows tracing HTTP requests made by the
`urllib3 <https://urllib3.readthedocs.io/>`_ library.

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

::

     pip install opentelemetry-instrumentation-urllib3

References
----------

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