Files
opentelemetry-python-contrib/instrumentation/opentelemetry-instrumentation-tortoiseorm
OpenTelemetry Bot 6587485d05 Update version to 1.33.0.dev/0.54b0.dev (#3413)
* Update version to 1.33.0.dev/0.54b0.dev

* Point CORE_REPO_SHA to opentelemetrybot/update-version-to-1.33.0.dev-0.54b0.dev

---------

Co-authored-by: Riccardo Magliocchetti <riccardo.magliocchetti@gmail.com>
2025-04-10 13:53:58 +00:00
..
2022-11-22 02:33:59 +00:00
2024-03-13 14:05:31 +02:00

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>`_