opentelemetry-python-contrib/instrumentation/opentelemetry-instrumentati...
Leighton Chen ab9737100a chore: bump dev version (#1235) 2020-10-21 21:35:55 -07:00
..
src/opentelemetry/instrumentation/asyncpg chore: bump dev version (#1235) 2020-10-21 21:35:55 -07:00
tests Rename db framework packages from "ext" to "instrumentation" (#966) 2020-10-21 21:35:55 -07:00
CHANGELOG.md chore: 0.13.dev0 version update (#991) 2020-10-21 21:35:55 -07:00
README.rst Rename db framework packages from "ext" to "instrumentation" (#966) 2020-10-21 21:35:55 -07:00
setup.cfg chore: bump dev version (#1235) 2020-10-21 21:35:55 -07:00
setup.py Rename db framework packages from "ext" to "instrumentation" (#966) 2020-10-21 21:35:55 -07:00

README.rst

OpenTelemetry asyncpg Instrumentation
=====================================

|pypi|

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

This library allows tracing PostgreSQL queries made by the
`asyncpg <https://magicstack.github.io/asyncpg/current/>`_ library.

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

::

     pip install opentelemetry-instrumentation-asyncpg

References
----------

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