Is your feature request related to a problem? Please describe.
I am using aioodbc to connect to mssql asynchronously. However, eventhough aioodbc runs on top of pyodbc spans are not automatically captured.
Describe the solution you'd like
Native instrumentation for aioodbc similar to the existing support for aiopg and aiomysql.
Describe alternatives you've considered
/
Additional context
I am happy to create a PR if desired.
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.