Files
opentelemetry-python-contrib/opentelemetry-contrib-instrumentations
Joe McGinley 0ea9998c4c Add asyncclick instrumentation (#3319)
* Add asyncclick instrumentation

* Add instrumentation for asyncclick based CLI apps
* Add tox
* Add Changelog
* Update workflows

This implementation is based on the original click instrumentation work by:
- Emídio Neto <9735060+emdneto@users.noreply.github.com>
- Anuraag (Rag) Agrawal <anuraaga@gmail.com>
- Riccardo Magliocchetti <riccardo.magliocchetti@gmail.com>

* Update CHANGELOG.md

Co-authored-by: Emídio Neto <9735060+emdneto@users.noreply.github.com>

* Fix async refs in code-block example

---------

Co-authored-by: Emídio Neto <9735060+emdneto@users.noreply.github.com>
2025-03-28 12:20:29 +01:00
..
2024-05-06 11:51:39 -05:00

OpenTelemetry Instrumentation
=============================

|pypi|

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

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

::

    pip install opentelemetry-contrib-instrumentations


This package installs all instrumentation packages hosted by the OpenTelemetry Python Contrib repository.
The list of packages can be found `here <https://github.com/open-telemetry/opentelemetry-python-contrib/tree/main/instrumentation>`_.


References
----------

* `OpenTelemetry Project <https://opentelemetry.io/>`_