opentelemetry-python-contrib/instrumentation/opentelemetry-instrumentati...
Omar Abdelkader dab664c06e
feat(mysql): add support for mysql-connector-python v9 (#2751)
2024-07-31 10:20:08 -07:00
..
src/opentelemetry/instrumentation/mysql feat(mysql): add support for mysql-connector-python v9 (#2751) 2024-07-31 10:20:08 -07:00
tests Revert #1097 (#1660) 2023-02-13 10:46:29 -06:00
LICENSE fix: revert modifications to Apache license (#2429) 2024-04-22 13:23:38 -05:00
README.rst Added link to examples folder in each instrumentation (#438) 2021-04-13 14:56:30 -07:00
pyproject.toml feat(mysql): add support for mysql-connector-python v9 (#2751) 2024-07-31 10:20:08 -07:00
test-requirements-0.txt feat(mysql): add support for mysql-connector-python v9 (#2751) 2024-07-31 10:20:08 -07:00
test-requirements-1.txt feat(mysql): add support for mysql-connector-python v9 (#2751) 2024-07-31 10:20:08 -07:00

README.rst

OpenTelemetry MySQL Instrumentation
===================================

|pypi|

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

Instrumentation with MySQL that supports the mysql-connector library and is
specified to trace_integration using 'MySQL'.


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

::

    pip install opentelemetry-instrumentation-mysql


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