{"categories":[{"label":"Monitoring","url":"https://skillfed.io/packages/category/system-monitoring/2"}],"enrichment":{"capability":"Adds OpenTelemetry tracing instrumentation to SQLite3 database calls, automatically capturing SQL operations and their performance metrics.","skillfed_tags":["observability","tracing","database-instrumentation"],"use_cases":["Trace SQLite3 queries in a distributed system to correlate database operations with upstream requests and downstream services.","Monitor SQLite3 performance in production by exporting span metrics (latency, error rates) to observability platforms.","Debug slow or failing SQLite3 operations by inspecting detailed trace context alongside application logs.","Validate database query patterns in integration tests by asserting on captured spans.","Profile SQLite3 usage in embedded or edge applications where centralized logging is unavailable."],"what_it_does":"This package integrates SQLite3 database operations into OpenTelemetry's distributed tracing ecosystem. It acts as a bridge between the sqlite3 standard library module and OpenTelemetry's instrumentation framework, automatically wrapping database calls to emit trace spans. When installed and activated, it captures SQL operations executed through sqlite3 and forwards them to whatever tracer and exporter your application has configured\u2014typically for centralized observability platforms.\n\nThe package is built on top of opentelemetry-instrumentation-dbapi, which provides the generic database instrumentation layer, and depends on opentelemetry-api and opentelemetry-instrumentation for core tracing infrastructure. It is currently in beta status and supports Python 3.10 through 3.14. No known security vulnerabilities are recorded.","worth_installing":"Yes, if you are already using OpenTelemetry in your application and need visibility into SQLite3 operations. The package is actively maintained, has low install friction, and carries a permissive license. It is still in beta, so expect potential API changes; verify that span capture and attribute coverage meet your observability needs before relying on it in production."},"id":"opentelemetry-instrumentation-sqlite3","links":{"html":"https://skillfed.io/packages/opentelemetry-instrumentation-sqlite3","md":"https://skillfed.io/packages/opentelemetry-instrumentation-sqlite3.md","pypi":"https://pypi.org/project/opentelemetry-instrumentation-sqlite3/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-07-16","license_spdx":"Apache-2.0","license_treatment":"permissive","name":"opentelemetry-instrumentation-sqlite3","python_support":"supports_current","summary":"OpenTelemetry SQLite3 instrumentation"},"popularity":{"monthly_downloads":5881869,"position":2018,"tier":"top_5000"},"security":{"n_vulnerabilities":0},"version":"0.65b0"}
