mirror of
https://github.com/open-telemetry/opentelemetry-python-contrib.git
synced 2025-08-05 22:09:56 +08:00

* add missing docs for click and aiohttp-server Signed-off-by: emdneto <9735060+emdneto@users.noreply.github.com> * fix click readme Signed-off-by: emdneto <9735060+emdneto@users.noreply.github.com> * add nitpick Signed-off-by: emdneto <9735060+emdneto@users.noreply.github.com> --------- Signed-off-by: emdneto <9735060+emdneto@users.noreply.github.com> Co-authored-by: Riccardo Magliocchetti <riccardo.magliocchetti@gmail.com>
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/>`_