opentelemetry-python-contrib/instrumentation/opentelemetry-instrumentati...
OpenTelemetry Bot 109173fec7
Update version to 1.36.0.dev/0.57b0.dev (#3633)
2025-07-11 14:35:47 +02:00
..
src/opentelemetry/instrumentation/click Update version to 1.36.0.dev/0.57b0.dev (#3633) 2025-07-11 14:35:47 +02: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 Update version to 1.36.0.dev/0.57b0.dev (#3633) 2025-07-11 14:35:47 +02:00
test-requirements.txt test-requirements: Bump jinja2 to 3.1.6 (#3420) 2025-04-11 18:01:16 +02: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/>`_