-
Notifications
You must be signed in to change notification settings - Fork 239
aioodbc support #2597
Copy link
Copy link
Open
Labels
agent-pythoncommunityIssues opened by the communityIssues opened by the communitytriageIssues awaiting triageIssues awaiting triage
Description
Activity
Metadata
Metadata
Assignees
Labels
agent-pythoncommunityIssues opened by the communityIssues opened by the communitytriageIssues awaiting triageIssues awaiting triage
Is your feature request related to a problem? Please describe.
I am using aioodbc to connect to mssql asynchronously. However, eventhough
aioodbcruns on top of pyodbc spans are not automatically captured.Describe the solution you'd like
Native instrumentation for
aioodbcsimilar to the existing support foraiopgandaiomysql.Describe alternatives you've considered
/
Additional context
I am happy to create a PR if desired.