opentelemetry-python-contrib/instrumentation/opentelemetry-instrumentati...
Leighton Chen 184f786d9f
Merge branch 'master' into dbapi-semantic-conv
2020-11-23 10:50:44 -05:00
..
src/opentelemetry/instrumentation/dbapi Update dbapi instrumentation 2020-11-18 01:35:23 +05:30
tests Fix tests for dbapi 2020-11-18 01:35:50 +05:30
CHANGELOG.md Add CHANGELOG entry 2020-11-20 14:25:55 +05:30
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 Update package links to point to contrib repo 2020-11-18 13:09:44 -08:00
setup.cfg Update package links to point to contrib repo 2020-11-18 13:09:44 -08:00
setup.py Rename db framework packages from "ext" to "instrumentation" (#966) 2020-08-03 17:48:44 -07:00

README.rst

OpenTelemetry Database API instrumentation
==========================================

|pypi|

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

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

::

    pip install opentelemetry-instrumentation-dbapi


References
----------

* `OpenTelemetry Database API Instrumentation <https://opentelemetry-python-contrib.readthedocs.io/en/latest/instrumentation/dbapi/dbapi.html>`_
* `OpenTelemetry Project <https://opentelemetry.io/>`_