pydantic/logfire

Adding support for opentelemetry-instrumentation-asyncio

Open

#939 opened on Mar 20, 2025

View on GitHub
 (3 comments) (0 reactions) (0 assignees)Python (244 forks)github user discovery
Feature Requestdocumentationgood first issue

Repository metrics

Stars
 (4,282 stars)
PR merge metrics
 (Avg merge 7d 8h) (35 merged PRs in 30d)

Description

Description

Currently, the project lacks support [Correct me if i'm wrong] for opentelemetry-instrumentation-asyncio, which would allow better tracing and monitoring of asyncio-based operations. Integrating this instrumentation would enhance observability, making it easier to diagnose performance bottlenecks and errors in async workflows.

Official package: opentelemetry-instrumentation-asyncio

Contributor guide