--- id: opentelemetry-instrumentation-flask version: "0.65b0" license: Apache-2.0 license_treatment: permissive maintenance: active --- # opentelemetry-instrumentation-flask — Flask instrumentation for OpenTelemetry License: permissive · Maintenance: active · Popularity: top 1,000 on PyPI ## Install pip install opentelemetry-instrumentation-flask uv add opentelemetry-instrumentation-flask poetry add opentelemetry-instrumentation-flask ## Description OpenTelemetry Flask Tracing =========================== |pypi| .. |pypi| image:: https://badge.fury.io/py/opentelemetry-instrumentation-flask.svg :target: https://pypi.org/project/opentelemetry-instrumentation-flask/ This library builds on the OpenTelemetry WSGI middleware to track web requests in Flask applications. Installation ------------ :: pip install opentelemetry-instrumentation-flask References ---------- * `OpenTelemetry Flask Instrumentation `_ * `OpenTelemetry Project `_ * `OpenTelemetry Python Examples `_ ## AI interpretation — verify before relying Adds distributed tracing to Flask web applications by instrumenting HTTP requests and responses through OpenTelemetry, building on WSGI middleware to capture request spans and metadata. Verdict: A well-maintained, actively developed instrumentation library for adding distributed tracing to Flask applications. Low install friction, permissive licensing, and no known vulnerabilities make it a solid choice for Flask observability. The Beta status and requirement for Python 3.10+ are minor considerations for modern deployments. [View on SkillFed](https://skillfed.io/packages/opentelemetry-instrumentation-flask) · [View on PyPI](https://pypi.org/project/opentelemetry-instrumentation-flask/)