skillfed

opentelemetry-instrumentation-tortoiseorm

OpenTelemetry Instrumentation for Tortoise ORM

opentelemetry-instrumentation-tortoiseorm v0.65b0 4.2M downloads/30d#2,357 on PyPI1,086
Permissive license Apache-2.0 Active released

What it is and what it does

This package integrates Tortoise ORM with OpenTelemetry's distributed tracing framework, automatically capturing database queries as spans. It works with MySQL, PostgreSQL, and SQLite backends, allowing you to observe query execution within your broader observability pipeline. The instrumentation is part of the OpenTelemetry Python contrib ecosystem and requires the core opentelemetry-api, opentelemetry-instrumentation, and opentelemetry-semantic-conventions libraries.

When installed and initialized, it hooks into Tortoise ORM's query execution layer to emit trace spans. This is useful for debugging slow queries, correlating database activity with application logs and metrics, and understanding request flow in microservices. The package is in beta status (version 0.65b0) but actively maintained, with recent releases and no known security vulnerabilities.

Use it for:

  • Trace Tortoise ORM queries in a microservices architecture to correlate database calls with upstream requests.
  • Debug slow database operations by examining query spans in your OpenTelemetry backend (Jaeger, Datadog, etc.).
  • Monitor query patterns and performance across MySQL, PostgreSQL, or SQLite in production systems.
  • Integrate Tortoise ORM observability into an existing OpenTelemetry instrumentation strategy.

Worth the install?

AI-flagged interpretation of the facts on this page — verify before relying

Adds distributed tracing to Tortoise ORM queries across MySQL, PostgreSQL, and SQLite backends using OpenTelemetry instrumentation.

Yes, if you use Tortoise ORM and have an OpenTelemetry observability setup. The package has low install friction, active maintenance, permissive licensing, and no security issues. The beta status is not a blocker for most use cases, though you should verify compatibility with your specific Tortoise ORM version and test in a staging environment first.

Install

opentelemetry-instrumentation-tortoiseorm on PyPI

pip

pip install opentelemetry-instrumentation-tortoiseorm

uv

uv add opentelemetry-instrumentation-tortoiseorm

poetry

poetry add opentelemetry-instrumentation-tortoiseorm

Installing opentelemetry-instrumentation-tortoiseorm

Before you install

Low friction install with three lightweight OpenTelemetry dependencies. Actively maintained with recent releases; repository is current and well-established within the OpenTelemetry project.

License in practice

Apache-2.0 permissive license allows commercial use, modification, and redistribution with minimal restrictions—suitable for most projects.

Quickstart

pip install opentelemetry-instrumentation-tortoiseorm

from opentelemetry.instrumentation.tortoiseorm import TortoiseORMInstrumentor

TortoiseORMInstrumentor().instrument()

Requires Python 3.10 or later; Tortoise ORM must be installed and configured separately.

Verify before relying

  • Specific span attributes and query context captured by the instrumentation
  • Performance overhead of instrumentation on typical query workloads
  • Compatibility with Tortoise ORM versions beyond the instrumentation's release date

Package facts

License Apache-2.0 (permissive)
Python support supports the current Python release (>=3.10)
Install friction low — pure-Python wheel
Runtime dependencies 3 — opentelemetry-api, opentelemetry-instrumentation, opentelemetry-semantic-conventions
Maintenance actively maintained — 29 days since the last release
Last repo commit
First released
Downloads 4,229,328/month — #2,357 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: opentelemetry_instrumentation_tortoiseorm-0.65b0-py3-none-any.whl

Development Status :: 4 - BetaIntended Audience :: DevelopersLicense :: OSI Approved :: Apache Software LicenseProgramming Language :: PythonProgramming Language :: Python :: 3Programming Language :: Python :: 3.10Programming Language :: Python :: 3.11Programming Language :: Python :: 3.12Programming Language :: Python :: 3.13Programming Language :: Python :: 3.14

Tags

tortoise orm tracingopentelemetry database instrumentationorm query tracingdistributed tracing sqltortoise orm observabilitydatabase query spansopentelemetry instrumentation
observabilitytracingorm

More Monitoring packages

tqdm

Wraps any iterable to display a real-time…

copyleft · top 100 on PyPI

opentelemetry-semantic-conventions

Provides generated Python code for…

permissive · top 100 on PyPI

opentelemetry-sdk

Provides the reference implementation of the…

permissive · top 100 on PyPI

opentelemetry-api

Provides the abstract API and interfaces for…

permissive · top 100 on PyPI

opentelemetry-exporter-otlp-proto-http

Exports OpenTelemetry observability data to an…

permissive · top 1,000 on PyPI

opentelemetry-instrumentation

Provides automatic instrumentation commands and…

permissive · top 1,000 on PyPI

opentelemetry-instrumentation-psycopg2

Adds distributed tracing instrumentation to…

permissive · top 1,000 on PyPI

tortoise-orm

Tortoise ORM is an async-native…

permissive · top 15,000 on PyPI

opentelemetry-instrumentation-sqlalchemy

Adds distributed tracing to SQLAlchemy database…

permissive · top 1,000 on PyPI

opentelemetry-instrumentation-mysqlclient

Adds OpenTelemetry tracing instrumentation to…

permissive · top 5,000 on PyPI

opentelemetry-instrumentation-pymysql

Adds OpenTelemetry tracing instrumentation to…

permissive · top 5,000 on PyPI

pypika-tortoise

Generates SQL queries programmatically for…

permissive · top 15,000 on PyPI

opentelemetry-instrumentation-mysql

Adds distributed tracing to MySQL database…

permissive · top 5,000 on PyPI

opentelemetry-instrumentation-asyncpg

Adds distributed tracing to PostgreSQL queries…

permissive · top 5,000 on PyPI

opentelemetry-instrumentation-psycopg

Adds OpenTelemetry tracing instrumentation to…

permissive · top 5,000 on PyPI

opentelemetry-instrumentation-cassandra

Adds distributed tracing instrumentation to…

permissive · top 5,000 on PyPI