opentelemetry-python-contrib/instrumentation/opentelemetry-instrumentati...
Leighton Chen b65f67ded5
Re-add `http.target` to Django old sem conv server duration metric (#2746)
2024-07-30 09:55:28 -07:00
..
src/opentelemetry/instrumentation/flask Re-add `http.target` to Django old sem conv server duration metric (#2746) 2024-07-30 09:55:28 -07:00
tests flask: add `http.target` and `http.route` to metric attributes (#2621) 2024-07-22 09:33:40 -07:00
LICENSE fix: revert modifications to Apache license (#2429) 2024-04-22 13:23:38 -05:00
README.rst Add support for regular expression matching and sanitizing of headers in Flask. (#1413) 2022-10-29 08:12:06 +00:00
pyproject.toml Update version to 1.27.0.dev/0.48b0.dev (#2728) 2024-07-24 21:18:49 -06:00
test-requirements-0.txt Bump certifi and zipp (#2689) 2024-07-10 09:24:05 -06:00
test-requirements-1.txt Bump certifi and zipp (#2689) 2024-07-10 09:24:05 -06:00
test-requirements-2.txt Bump certifi and zipp (#2689) 2024-07-10 09:24:05 -06:00

README.rst

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 <https://opentelemetry-python-contrib.readthedocs.io/en/latest/instrumentation/flask/flask.html>`_
* `OpenTelemetry Project <https://opentelemetry.io/>`_
* `OpenTelemetry Python Examples <https://github.com/open-telemetry/opentelemetry-python/tree/main/docs/examples>`_