Metadata-Version: 2.1
Name: opentelemetry-instrumentation-aiohttp-client
Version: 0.33b0
Summary: OpenTelemetry aiohttp client instrumentation
Home-page: https://github.com/open-telemetry/opentelemetry-python-contrib/tree/main/instrumentation/opentelemetry-instrumentation-aiohttp-client
Author: OpenTelemetry Authors
Author-email: cncf-opentelemetry-contributors@lists.cncf.io
License: Apache-2.0
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Requires-Python: >=3.6.3
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: opentelemetry-api (~=1.12)
Requires-Dist: opentelemetry-semantic-conventions (==0.33b0)
Requires-Dist: opentelemetry-instrumentation (==0.33b0)
Requires-Dist: opentelemetry-util-http (==0.33b0)
Requires-Dist: wrapt (<2.0.0,>=1.0.0)
Provides-Extra: instruments
Requires-Dist: aiohttp (~=3.0) ; extra == 'instruments'
Provides-Extra: test
Requires-Dist: aiohttp (~=3.0) ; extra == 'test'

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>`_
