opentelemetry-python-contrib/instrumentation/opentelemetry-instrumentati...
Tammy Baylis 7292beefae
Request Flask attributes passed to Sampler (#1784)
* Request Flask attributes passed to Sampler

* Update changelog

* Lint

* Fix botocore test keyerror

* Revert "Fix botocore test keyerror"

This reverts commit fd03c55a39.

* botocore test does get_queue_url

* Revert "botocore test does get_queue_url"

This reverts commit 9530cd250d.

* Update changelog

---------

Co-authored-by: Srikanth Chekuri <srikanth.chekuri92@gmail.com>
Co-authored-by: Shalev Roda <65566801+shalevr@users.noreply.github.com>
2023-06-16 22:40:46 +00:00
..
src/opentelemetry/instrumentation/flask Request Flask attributes passed to Sampler (#1784) 2023-06-16 22:40:46 +00:00
tests Issue #1757 - Update HTTP server/client instrumentation span names (#1759) 2023-06-16 00:21:05 +02:00
LICENSE Fix error in license files (#521) 2021-05-28 09:16:58 -07: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 Use `request_ctx` to determine whether or not `_teardown_request` should end flask span (#1692) 2023-06-13 13:23:48 +02: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>`_