opentelemetry-python-contrib/instrumentation/opentelemetry-instrumentati...
OpenTelemetry Bot 482804451a
Update version to 1.17.0.dev/0.38b0.dev (#1677)
* Update version to 1.17.0.dev/0.38b0.dev

* Update SHA

---------

Co-authored-by: Srikanth Chekuri <srikanth.chekuri92@gmail.com>
2023-02-17 11:42:54 -06:00
..
src/opentelemetry/instrumentation/asgi Update version to 1.17.0.dev/0.38b0.dev (#1677) 2023-02-17 11:42:54 -06:00
tests Fix ASGIGetter keys to fetch from actual carrier headers (#1435) 2023-01-12 21:24:04 +00:00
LICENSE Added the Licence and Manifest file 2022-08-25 12:39:44 +05:30
README.rst Consolidate instrumentation documentation in docstrings (#754) 2021-10-21 09:54:30 -07:00
pyproject.toml Update version to 1.17.0.dev/0.38b0.dev (#1677) 2023-02-17 11:42:54 -06:00

README.rst

OpenTelemetry ASGI Instrumentation
==================================

|pypi|

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


This library provides a ASGI middleware that can be used on any ASGI framework
(such as Django, Starlette, FastAPI or Quart) to track requests timing through OpenTelemetry.

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

::

    pip install opentelemetry-instrumentation-asgi

References
----------

* `OpenTelemetry Project <https://opentelemetry.io/>`_
* `OpenTelemetry Python Examples <https://github.com/open-telemetry/opentelemetry-python/tree/main/docs/examples>`_