opentelemetry-python-contrib/instrumentation/opentelemetry-instrumentati...
(Eliseo) Nathaniel Ruiz Nowell 28c1331e57
Update Contrib packages to 0.16dev0 (#129)
2020-11-05 11:25:37 -08:00
..
src/opentelemetry/instrumentation/mysql Update Contrib packages to 0.16dev0 (#129) 2020-11-05 11:25:37 -08:00
tests Rename db framework packages from "ext" to "instrumentation" (#966) 2020-08-03 17:48:44 -07:00
CHANGELOG.md release: updating changelogs and version to 0.13b0 (#1129) 2020-09-17 08:23:52 -07:00
LICENSE Rename db framework packages from "ext" to "instrumentation" (#966) 2020-08-03 17:48:44 -07:00
MANIFEST.in Rename db framework packages from "ext" to "instrumentation" (#966) 2020-08-03 17:48:44 -07:00
README.rst Rename db framework packages from "ext" to "instrumentation" (#966) 2020-08-03 17:48:44 -07:00
setup.cfg Update Contrib packages to 0.16dev0 (#129) 2020-11-05 11:25:37 -08:00
setup.py Rename db framework packages from "ext" to "instrumentation" (#966) 2020-08-03 17:48:44 -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.readthedocs.io/en/latest/instrumentation/mysql/mysql.html>`_
* `OpenTelemetry Project <https://opentelemetry.io/>`_