opentelemetry-python-contrib/instrumentation/opentelemetry-instrumentati...
Leighton Chen 8507f6b9fb chore: bump dev version (#1235) 2020-10-21 21:42:46 -07:00
..
src/opentelemetry/instrumentation/dbapi chore: bump dev version (#1235) 2020-10-21 21:42:46 -07:00
tests Use is_recording flag in aiopg, asyncpg, dbapi, psycopg2, pymemcache, pymongo, redis, sqlalchemy instrumentations (#1212) 2020-10-21 21:42:46 -07:00
CHANGELOG.md release: updating changelogs and version to 0.13b0 (#1129) 2020-10-21 21:42:46 -07:00
LICENSE Rename db framework packages from "ext" to "instrumentation" (#966) 2020-10-21 21:42:46 -07:00
MANIFEST.in Rename db framework packages from "ext" to "instrumentation" (#966) 2020-10-21 21:42:46 -07:00
README.rst Rename db framework packages from "ext" to "instrumentation" (#966) 2020-10-21 21:42:46 -07:00
setup.cfg chore: bump dev version (#1235) 2020-10-21 21:42:46 -07:00
setup.py Rename db framework packages from "ext" to "instrumentation" (#966) 2020-10-21 21:42:46 -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/>`_