* WIP * Add _DB_DRIVER_ALIASES * Add mysql_client_version to sqlcomment * lint * Fix existing tests * lint test * Add PyMySQL dbapi commenter case * Add test * Add test * Add test * Add tests * Changelog * calculate_commenter_data at init of DatabaseApiIntegration * Add mysqlclient sqlcomment support * Fix typo * try-except if NoneType module * Add unit test * CHangelog * mysqlclient instrument_connection with connect_module * add tests * more tests * more tests 2 * lint * Redesign tests * Rm unnecessary mocks |
||
|---|---|---|
| .. | ||
| src/opentelemetry/instrumentation/mysqlclient | ||
| tests | ||
| LICENSE | ||
| README.rst | ||
| pyproject.toml | ||
| test-requirements.txt | ||
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>`_