opentelemetry-python-contrib/instrumentation/opentelemetry-instrumentati...
stschenk 09f7ab2467 Fixup Changelog 2020-11-09 08:50:49 -08:00
..
src/opentelemetry/instrumentation/dbapi add param to control collection of db.statement.parameters 2020-11-06 09:37:28 -08:00
tests Apply suggestions from code review 2020-11-08 08:52:09 -08:00
CHANGELOG.md Fixup Changelog 2020-11-09 08:50:49 -08: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 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.readthedocs.io/en/latest/instrumentation/dbapi/dbapi.html>`_
* `OpenTelemetry Project <https://opentelemetry.io/>`_