opentelemetry-python-contrib/instrumentation/opentelemetry-instrumentati...
Leighton Chen 3d76e8c6e0 chore: bump dev version (#1235) 2020-10-21 21:32:59 -07:00
..
src/opentelemetry/instrumentation/aiohttp_client chore: bump dev version (#1235) 2020-10-21 21:32:59 -07:00
tests Add instrumentor and auto instrumentation support for aiohttp (#1075) 2020-10-21 21:32:59 -07:00
CHANGELOG.md Add instrumentor and auto instrumentation support for aiohttp (#1075) 2020-10-21 21:32:59 -07:00
LICENSE Rename web framework packages from "ext" to "instrumentation" (#961) 2020-10-21 21:32:59 -07:00
MANIFEST.in Rename web framework packages from "ext" to "instrumentation" (#961) 2020-10-21 21:32:59 -07:00
README.rst Rename web framework packages from "ext" to "instrumentation" (#961) 2020-10-21 21:32:59 -07:00
setup.cfg chore: bump dev version (#1235) 2020-10-21 21:32:59 -07:00
setup.py Rename web framework packages from "ext" to "instrumentation" (#961) 2020-10-21 21:32:59 -07:00

README.rst

OpenTelemetry aiohttp client Integration
========================================

|pypi|

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

This library allows tracing HTTP requests made by the
`aiohttp client <https://docs.aiohttp.org/en/stable/client.html>`_ library.

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

::

     pip install opentelemetry-instrumentation-aiohttp-client


References
----------

* `OpenTelemetry Project <https://opentelemetry.io/>`_
* `aiohttp client Tracing <https://docs.aiohttp.org/en/stable/tracing_reference.html>`_