opentelemetry-python-contrib/instrumentation/opentelemetry-instrumentati...
Andre Murbach Maidl e0189e25dc
Improves aiohttp_client code snippet (#3306)
Co-authored-by: Riccardo Magliocchetti <riccardo.magliocchetti@gmail.com>
2025-02-28 14:10:25 +00:00
..
src/opentelemetry/instrumentation/aiohttp_client Improves aiohttp_client code snippet (#3306) 2025-02-28 14:10:25 +00:00
tests prepare semconv utilities to support database stability opt-in (#3111) 2024-12-17 09:58:04 -08:00
LICENSE fix: revert modifications to Apache license (#2429) 2024-04-22 13:23:38 -05:00
README.rst Consolidate instrumentation documentation in docstrings (#754) 2021-10-21 09:54:30 -07:00
pyproject.toml Update version to 1.31.0.dev/0.52b0.dev (#3233) 2025-02-04 12:55:11 -08:00
test-requirements.txt instrumentation: Bump Werkzeug to 3.0.6 (#3078) 2024-12-09 14:46:44 +01: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>`_
* `OpenTelemetry Python Examples <https://github.com/open-telemetry/opentelemetry-python/tree/main/docs/examples>`_