opentelemetry-python-contrib/instrumentation/opentelemetry-instrumentati...
Leighton Chen 1db1ea6bdb Adding metric collection as part of instrumentations - Django (#1230) 2020-10-22 21:39:26 -07:00
..
src/opentelemetry/instrumentation/requests Adding metric collection as part of instrumentations - Django (#1230) 2020-10-22 21:39:26 -07:00
tests Adding metric collection as part of instrumentations - Django (#1230) 2020-10-22 21:39:26 -07:00
CHANGELOG.md Adding metric collection as part of instrumentations - Django (#1230) 2020-10-22 21:39:26 -07:00
LICENSE Rename web framework packages from "ext" to "instrumentation" (#961) 2020-10-22 21:39:26 -07:00
MANIFEST.in Rename web framework packages from "ext" to "instrumentation" (#961) 2020-10-22 21:39:26 -07:00
README.rst Rename web framework packages from "ext" to "instrumentation" (#961) 2020-10-22 21:39:26 -07:00
setup.cfg chore: bump dev version (#1235) 2020-10-22 21:39:26 -07:00
setup.py Rename web framework packages from "ext" to "instrumentation" (#961) 2020-10-22 21:39:26 -07:00

README.rst

OpenTelemetry Requests Instrumentation
======================================

|pypi|

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

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

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

::

     pip install opentelemetry-instrumentation-requests

References
----------

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