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 `_
* `OpenTelemetry SQLAlchemy Tracing `_
* `OpenTelemetry Project `_