opentelemetry-python-contrib/instrumentation/opentelemetry-instrumentati...
alrex ab0b47c260
Merge branch 'master' into release/0.17b0-auto
2021-01-20 10:45:41 -08:00
..
src/opentelemetry/instrumentation/sqlalchemy Merge branch 'master' into release/0.17b0-auto 2021-01-20 10:45:41 -08:00
tests SQLAlchemy: Use SQL operation and DB name as the Span name (#254) 2021-01-20 08:41:19 -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 Update package links to point to contrib repo 2020-11-18 13:09:44 -08:00
setup.cfg updating changelogs and version to 0.17b0 2021-01-19 20:41:32 -08:00
setup.py Rename db framework packages from "ext" to "instrumentation" (#966) 2020-08-03 17:48:44 -07:00

README.rst

OpenTelemetry SQLAlchemy Instrumentation
========================================

|pypi|

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

This library allows tracing requests made by the SQLAlchemy library.

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

::

    pip install opentelemetry-instrumentation-sqlalchemy


References
----------

* `SQLAlchemy Project <https://www.sqlalchemy.org/>`_
* `OpenTelemetry SQLAlchemy Tracing <https://opentelemetry-python-contrib.readthedocs.io/en/latest/instrumentation/sqlalchemy/sqlalchemy.html>`_
* `OpenTelemetry Project <https://opentelemetry.io/>`_