|
a164d37a3c
|
Chore: Drop support for Python 3.8 (#3399)
Python 3.8 was EoL @ 2024-10-07, our 6 month promise for support ended on 2024-04-07.
Changes:
* Updated basline refs to 3.9
* Removed 3.8 sys.version_info checks
* Fixed botocore test failure
* Applied ruff formatting
|
2025-05-27 17:26:02 +02:00 |
|
|
8406e2e789
|
DB drivers: db.statement inclusion of sqlcomment as opt-in (#3121)
* db-api opt-in for enable_attribute_commenter
* Refactor db-api traced_execution
* Changelog
* Update comment
* psycopg(2), mysqlclient, pymysql support enable_attribute_commenter
* Changelog
|
2025-01-13 10:40:43 +01:00 |
|
|
5c5fc732fb
|
Replace assertEqualSpanInstrumentationInfo with assertEqualSpanInstrumentationScope (#3037)
* Replace assertInstInfo with assertInstScope
* Update Changelog
* Fix order of other changelog entries
|
2024-11-22 09:32:04 +01:00 |
|
|
beff723389
|
Add mysqlclient instrumentor support for sqlcommenting (#2941)
* WIP
* Add _DB_DRIVER_ALIASES
* Add mysql_client_version to sqlcomment
* lint
* Fix existing tests
* lint test
* Add PyMySQL dbapi commenter case
* Add test
* Add test
* Add test
* Add tests
* Changelog
* calculate_commenter_data at init of DatabaseApiIntegration
* Add mysqlclient sqlcomment support
* Fix typo
* try-except if NoneType module
* Add unit test
* CHangelog
* mysqlclient instrument_connection with connect_module
* add tests
* more tests
* more tests 2
* lint
* Redesign tests
* Rm unnecessary mocks
|
2024-11-21 10:37:08 -05:00 |
|
|
09efe708c3
|
Instrument mysqlclient library (#1744)
Co-authored-by: Diego Hurtado <ocelotl@users.noreply.github.com>
|
2023-07-12 21:09:26 +02:00 |
|