opentelemetry-python-contrib/instrumentation/opentelemetry-instrumentati...
OpenTelemetry Bot 012ddc8f7b
Prepare release 1.34.0/0.55b0 (#3555)
2025-06-04 15:27:48 +02:00
..
src/opentelemetry/instrumentation/click Prepare release 1.34.0/0.55b0 (#3555) 2025-06-04 15:27:48 +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 Prepare release 1.34.0/0.55b0 (#3555) 2025-06-04 15:27:48 +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/>`_