DataDog / dd-trace-py

Datadog Python APM Client
https://ddtrace.readthedocs.io/
Other
532 stars 408 forks source link

Support Asynchronous IO for mysql-connector #10105

Open seandstewart opened 1 month ago

seandstewart commented 1 month ago

Summary of problem

The mysql-connector library has an asyncio-compatible API in the aio module that is largely the same interface as the standard module in the top-level connector module.

We use the asyncio module and would like to get the same automatic bootstrapping of telemetry that is provided with the mysql.connector module.

Which version of dd-trace-py are you using?

2.10.3

Which version of pip are you using?

n/a

Which libraries and their versions are you using?

mysql-connector-python==8.4.0

`pip freeze`

How can we reproduce your problem?

What is the result that you get?

What is the result that you expected?

emmettbutler commented 1 month ago

Thanks for noting this, @seandstewart. We'll add it as a feature request to our internal backlog.

cc @mabdinur