opentelemetry-python-contrib/instrumentation/opentelemetry-instrumentati...
Owais Lone 9fea7f7a27
Ensure SQLAlchemy spans have kind set to CLIENT (#278)
SQLAlchemy spans were missing kind field and it was being set to
internal instead of client. This commit changes sqlalchemy spans to have
kind set to "client" instead.
2021-01-05 09:05:58 -08:00
..
src/opentelemetry/instrumentation/sqlalchemy Ensure SQLAlchemy spans have kind set to CLIENT (#278) 2021-01-05 09:05:58 -08:00
tests Ensure SQLAlchemy spans have kind set to CLIENT (#278) 2021-01-05 09:05:58 -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 update version to 0.17.dev0 2020-11-25 21:10:39 -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/>`_