python-diskcache
python-diskcache copied to clipboard
Not compatible with opentelemetry-sqlite3
Just making a note that it's not compatible with it.
After a quick check, the reason is that it's using connection.execute() instead of connection.cursor().execute().
https://opentelemetry-python-contrib.readthedocs.io/en/latest/instrumentation/sqlite3/sqlite3.html