skillfed

opentelemetry-instrumentation-mysql

OpenTelemetry MySQL instrumentation

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

What it is and what it does

This package integrates the mysql-connector library with OpenTelemetry's distributed tracing system. When installed, it automatically wraps MySQL database calls to emit spans that record query execution, allowing you to see database operations in your observability backend alongside application and network traces.

It is part of the OpenTelemetry Python contrib ecosystem and depends on opentelemetry-api, opentelemetry-instrumentation, and opentelemetry-instrumentation-dbapi. The package is in beta status and supports Python 3.10 through 3.14. It requires minimal setup—typically just importing the instrumentation module to activate automatic tracing of mysql-connector calls.

Use it for:

  • Trace MySQL queries in distributed systems to correlate database latency with application performance issues.
  • Export query spans to observability platforms (Jaeger, Datadog, New Relic) for centralized database monitoring.
  • Debug slow database operations by viewing query execution time and context within the full request trace.
  • Audit database access patterns by collecting structured span data on which queries run and when.

Worth the install?

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

Adds distributed tracing to MySQL database calls made through the mysql-connector library by automatically capturing query execution as OpenTelemetry spans.

Yes, if you use mysql-connector and need distributed tracing. The package is actively maintained, has no known vulnerabilities, and integrates cleanly into the OpenTelemetry ecosystem. Beta status is typical for instrumentation libraries and does not indicate instability. Install it when you are already using OpenTelemetry and want visibility into MySQL queries.

Install

opentelemetry-instrumentation-mysql on PyPI

pip

pip install opentelemetry-instrumentation-mysql

uv

uv add opentelemetry-instrumentation-mysql

poetry

poetry add opentelemetry-instrumentation-mysql

Installing opentelemetry-instrumentation-mysql

Before you install

Low install friction with a pure-Python wheel and three lightweight runtime dependencies. Actively maintained with a recent release (29 days old) and continuous repository activity.

License in practice

Apache-2.0 permissive license allows use in most commercial and open-source projects without significant restrictions.

Quickstart

pip install opentelemetry-instrumentation-mysql

from opentelemetry.instrumentation.mysql import MySQLInstrumentor
MySQLInstrumentor().instrument()

Requires Python 3.10 or later; mysql-connector-python must be installed separately to instrument actual MySQL connections.

Verify before relying

  • Whether mysql-connector-python is automatically installed or must be added separately as a peer dependency.
  • What specific query attributes (SQL text, parameters, duration, result set size) are captured in the spans.
  • Whether the instrumentation works with connection pooling or async mysql-connector patterns.

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-dbapi, opentelemetry-instrumentation
Maintenance actively maintained — 29 days since the last release
Last repo commit
First released
Downloads 3,476,549/month — #2,608 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: opentelemetry_instrumentation_mysql-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

mysql query tracingopentelemetry mysql instrumentationdatabase call observabilitymysql connector tracingdistributed tracing mysqldatabase span collectionmysql dbapi instrumentation
observabilitytracingmysql

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

opentelemetry-instrumentation-asyncpg

Adds distributed tracing to PostgreSQL queries…

permissive · top 5,000 on PyPI

opentelemetry-instrumentation-dbapi

Adds automatic tracing and observability…

permissive · top 1,000 on PyPI

opentelemetry-instrumentation-tortoiseorm

Adds distributed tracing to Tortoise ORM…

permissive · top 5,000 on PyPI

opentelemetry-instrumentation-aiopg

Adds distributed tracing instrumentation for…

permissive · top 5,000 on PyPI

opentelemetry-instrumentation-psycopg2

Adds distributed tracing instrumentation to…

permissive · top 1,000 on PyPI

opentelemetry-instrumentation-pymssql

Adds automatic tracing and monitoring of…

permissive · top 15,000 on PyPI

opentelemetry-instrumentation-sqlalchemy

Adds distributed tracing to SQLAlchemy database…

permissive · top 1,000 on PyPI

opentelemetry-instrumentation-elasticsearch

Adds distributed tracing to Elasticsearch…

permissive · top 5,000 on PyPI