WSGI Middleware for OpenTelemetry
|pypi|
.. |pypi| image:: https://badge.fury.io/py/opentelemetry-instrumentation-wsgi.svg :target: https://pypi.org/project/opentelemetry-instrumentation-wsgi/
This library provides a WSGI middleware that can be used on any WSGI framework (such as Django / Flask) to track requests timing through OpenTelemetry.
::
pip install opentelemetry-instrumentation-wsgi
OpenTelemetry WSGI Middleware <https://opentelemetry-python-contrib.readthedocs.io/en/latest/instrumentation/wsgi/wsgi.html>
_OpenTelemetry Project <https://opentelemetry.io/>
_WSGI <https://www.python.org/dev/peps/pep-3333>
_OpenTelemetry Python Examples <https://github.com/open-telemetry/opentelemetry-python/tree/main/docs/examples>
_