opentelemetry-python-contrib/instrumentation/opentelemetry-instrumentati...
Samuel Colvin 5207a78460
avoid losing repeated HTTP headers (#2266)
* avoid loosing repeated HTTP headers

* fix fof wsgi, test in falcon

* add changelog

* add more tests

* linting

* fix falcon and flask

* remove unused test

---------

Co-authored-by: Leighton Chen <lechen@microsoft.com>
Co-authored-by: Diego Hurtado <ocelotl@users.noreply.github.com>
2024-03-21 11:30:54 -06:00
..
src/opentelemetry/instrumentation/asgi avoid losing repeated HTTP headers (#2266) 2024-03-21 11:30:54 -06:00
tests avoid losing repeated HTTP headers (#2266) 2024-03-21 11:30:54 -06: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 Remove [test] package from asgi instrumentation (#2247) 2024-03-14 18:18:52 -06:00
test-requirements.txt Remove [test] package from asgi instrumentation (#2247) 2024-03-14 18:18:52 -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>`_