{"categories":[{"label":"Monitoring","url":"https://skillfed.io/packages/category/system-monitoring/2"}],"enrichment":{"capability":"Adds distributed tracing instrumentation for aiopg, an async PostgreSQL driver, to automatically capture and export database operations as OpenTelemetry spans.","skillfed_tags":["observability","async-postgres","instrumentation"],"use_cases":["Monitor query latency and database operation timing in async web applications using aiopg.","Correlate database calls with HTTP requests and other services in distributed tracing systems.","Debug slow or failing database operations by examining detailed spans in a tracing backend.","Track database connection pool behavior and identify bottlenecks in async workloads.","Export database metrics to observability platforms like Jaeger or Datadog for centralized monitoring."],"what_it_does":"This package integrates OpenTelemetry tracing into aiopg, the async PostgreSQL driver for Python. When installed and initialized, it automatically wraps aiopg database calls to emit spans\u2014structured records of database operations\u2014that can be exported to observability platforms for monitoring, debugging, and performance analysis.\n\nIt sits between your application and aiopg, intercepting queries and connections to record timing, status, and query details. The instrumentation depends on opentelemetry-instrumentation-dbapi for shared database tracing logic and wrapt for non-invasive function wrapping. It is currently in beta (version 0.65b0) and requires Python 3.10 or later.","worth_installing":"Yes, if you use aiopg in an async application and need distributed tracing. The low install friction, active maintenance, permissive license, and zero known vulnerabilities make it safe to adopt. The beta status is not a blocker\u2014it reflects ongoing refinement, not instability. Install it if observability of your async database layer is a priority; skip it if you have no tracing infrastructure or do not use aiopg."},"id":"opentelemetry-instrumentation-aiopg","links":{"html":"https://skillfed.io/packages/opentelemetry-instrumentation-aiopg","md":"https://skillfed.io/packages/opentelemetry-instrumentation-aiopg.md","pypi":"https://pypi.org/project/opentelemetry-instrumentation-aiopg/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-07-16","license_spdx":"Apache-2.0","license_treatment":"permissive","name":"opentelemetry-instrumentation-aiopg","python_support":"supports_current","summary":"OpenTelemetry aiopg instrumentation"},"popularity":{"monthly_downloads":3285352,"position":2673,"tier":"top_5000"},"security":{"n_vulnerabilities":0},"version":"0.65b0"}
