opentelemetry-python-contrib/instrumentation/opentelemetry-instrumentati...
Riccardo Magliocchetti a0c3211c4f
Bump black to 24.3.0 (#2452)
2024-04-23 08:45:48 -07:00
..
src/opentelemetry/instrumentation/tortoiseorm Bump black to 24.3.0 (#2452) 2024-04-23 08:45:48 -07:00
tests Tortoise ORM instrumentation (#685) 2022-11-22 02:33:59 +00:00
LICENSE fix: revert modifications to Apache license (#2429) 2024-04-22 13:23:38 -05:00
README.rst Update README.rst (#2111) 2024-03-13 14:05:31 +02:00
pyproject.toml Update version to 1.25.0.dev/0.46b0.dev (#2376) 2024-03-28 14:25:18 -07:00
test-requirements.txt Remove [test] package from tortoiseorm instrumentation (#2281) 2024-03-21 21:39:57 -06:00

README.rst

OpenTelemetry Tortoise ORM Instrumentation
==========================================

|pypi|

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

This library allows tracing queries made by tortoise ORM backends, mysql, postgres and sqlite.

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

::

     pip install opentelemetry-instrumentation-tortoiseorm

References
----------

* `OpenTelemetry Project <https://opentelemetry.io/>`_
* `Tortoise ORM <https://tortoise.github.io/>`_
* `OpenTelemetry Python Examples <https://github.com/open-telemetry/opentelemetry-python/tree/main/docs/examples>`_