--- id: opentelemetry-instrumentation-wsgi version: "0.65b0" license: Apache-2.0 license_treatment: permissive maintenance: active --- # opentelemetry-instrumentation-wsgi — WSGI Middleware for OpenTelemetry License: permissive · Maintenance: active · Popularity: top 1,000 on PyPI ## Install pip install opentelemetry-instrumentation-wsgi uv add opentelemetry-instrumentation-wsgi poetry add opentelemetry-instrumentation-wsgi ## Description 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 `_ * `OpenTelemetry Project `_ * `WSGI `_ * `OpenTelemetry Python Examples `_ ## AI interpretation — verify before relying Provides WSGI middleware for automatic request tracing and timing instrumentation via OpenTelemetry, compatible with any WSGI framework like Django or Flask. Verdict: A well-maintained, actively developed beta library for WSGI tracing with permissive licensing and low install friction. No known vulnerabilities. Suitable for production use in frameworks that support WSGI, though beta status suggests API may evolve. [View on SkillFed](https://skillfed.io/packages/opentelemetry-instrumentation-wsgi) · [View on PyPI](https://pypi.org/project/opentelemetry-instrumentation-wsgi/)