Metadata-Version: 2.1
Name: opentelemetry-instrumentation-wsgi
Version: 0.33b0
Summary: WSGI Middleware for OpenTelemetry
Home-page: https://github.com/open-telemetry/opentelemetry-python-contrib/tree/main/instrumentation/opentelemetry-instrumentation-wsgi
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
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)
Provides-Extra: instruments
Provides-Extra: test
Requires-Dist: opentelemetry-test-utils (==0.33b0) ; extra == 'test'

OpenTelemetry WSGI Middleware
=============================

|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.

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

::

    pip install opentelemetry-instrumentation-wsgi

References
----------

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