You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ATM it seems that the mysql instrumentation only support pymysql and mysql-connector-python, but for what I can see SQLAlchemy uses, by default mysqldb (aka mysqlclient)
Shouldn't mysqlclient be added so instrumentation works OOTB?
Note that SQLAlchemy explicitly says that mysql-connector-python is not supported:
The MySQL Connector/Python DBAPI has had many issues since its release,
some of which may remain unresolved, and the mysqlconnector dialect is
**not tested as part of SQLAlchemy's continuous integration**.
The recommended MySQL dialects are mysqlclient and PyMySQL.
The text was updated successfully, but these errors were encountered:
Hello,
ATM it seems that the mysql instrumentation only support
pymysql
andmysql-connector-python
, but for what I can see SQLAlchemy uses, by defaultmysqldb
(akamysqlclient
)Shouldn't
mysqlclient
be added so instrumentation works OOTB?Note that SQLAlchemy explicitly says that
mysql-connector-python
is not supported:The text was updated successfully, but these errors were encountered: