opentelemetry-python-contrib/instrumentation/opentelemetry-instrumentati...
Diego Hurtado 223c79c617
Remove [test] package from mysqlclient instrumentation (#2295)
Fixes #2208
2024-03-15 23:37:18 -06:00
..
src/opentelemetry/instrumentation/mysqlclient Update version to 1.24.0.dev/0.45b0.dev (#2262) 2024-02-23 10:13:21 -08:00
tests Instrument mysqlclient library (#1744) 2023-07-12 21:09:26 +02:00
LICENSE Instrument mysqlclient library (#1744) 2023-07-12 21:09:26 +02:00
README.rst Instrument mysqlclient library (#1744) 2023-07-12 21:09:26 +02:00
pyproject.toml Remove [test] package from mysqlclient instrumentation (#2295) 2024-03-15 23:37:18 -06:00
test-requirements.txt Remove [test] package from mysqlclient instrumentation (#2295) 2024-03-15 23:37:18 -06:00

README.rst

OpenTelemetry mysqlclient Instrumentation
=========================================

|pypi|

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

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

::

    pip install opentelemetry-instrumentation-mysqlclient


References
----------
* `OpenTelemetry mysqlclient Instrumentation <https://opentelemetry-python-contrib.readthedocs.io/en/latest/instrumentation/mysqlclient/mysqlclient.html>`_
* `OpenTelemetry Project <https://opentelemetry.io/>`_
* `OpenTelemetry Python Examples <https://github.com/open-telemetry/opentelemetry-python/tree/main/docs/examples>`_