opentelemetry-python-contrib/instrumentation/opentelemetry-instrumentati...
Riccardo Magliocchetti 908437db5d
click: ignore click based servers (#3174)
* click: ignore click based servers

We don't want to create a root span for long running processes like servers
otherwise all requests would have the same trace id which is unfortunate.
---------

Co-authored-by: Tammy Baylis <96076570+tammy-baylis-swi@users.noreply.github.com>
2025-01-09 11:29:31 +01:00
..
src/opentelemetry/instrumentation/click click: ignore click based servers (#3174) 2025-01-09 11:29:31 +01:00
tests click: ignore click based servers (#3174) 2025-01-09 11:29:31 +01:00
README.rst docs: add missing autodoc for click and aiohttp-server (#3060) 2024-12-03 09:19:43 +00:00
pyproject.toml add official support to Python 3.13 (#3134) 2024-12-31 16:08:20 +00:00
test-requirements.txt click: ignore click based servers (#3174) 2025-01-09 11:29:31 +01:00

README.rst

OpenTelemetry click Instrumentation
====================================

|pypi|

.. |pypi| image:: https://badge.fury.io/py/opentelemetry-instrumentation-click.svg
   :target: https://pypi.org/project/opentelemetry-instrumentation-click/

This library allows tracing requests made by the click library.

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


::

    pip install opentelemetry-instrumentation-click


References
----------

* `OpenTelemetry click/ Tracing <https://opentelemetry-python-contrib.readthedocs.io/en/latest/instrumentation/click/click.html>`_
* `OpenTelemetry Project <https://opentelemetry.io/>`_