opentelemetry-python-contrib/instrumentation/opentelemetry-instrumentati...
Leighton Chen 76c0b490a5 instr 2021-02-19 09:42:36 -08:00
..
src/opentelemetry/instrumentation/urllib version 2021-02-19 09:37:33 -08:00
tests Remove metrics from main branch (#312) 2021-02-05 16:41:03 -08:00
LICENSE Feature/urllib instrumentation (#222) 2020-12-15 10:11:33 -08:00
MANIFEST.in Feature/urllib instrumentation (#222) 2020-12-15 10:11:33 -08:00
README.rst Feature/urllib instrumentation (#222) 2020-12-15 10:11:33 -08:00
setup.cfg instr 2021-02-19 09:42:36 -08:00
setup.py Feature/urllib instrumentation (#222) 2020-12-15 10:11:33 -08:00

README.rst

OpenTelemetry urllib Instrumentation
======================================

|pypi|

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

This library allows tracing HTTP requests made by the
`urllib <https://docs.python.org/3/library/urllib.html>`_ library.

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

::

     pip install opentelemetry-instrumentation-urllib

References
----------

* `OpenTelemetry urllib Instrumentation <https://opentelemetry-python-contrib.readthedocs.io/en/latest/instrumentation/urllib/urllib.html>`_
* `OpenTelemetry Project <https://opentelemetry.io/>`_