feat: Log PoolRequest and PoolRequestFullfilled observations (#3925)

This commit is contained in:
Taimoor Zaeem
2025-02-28 12:01:10 -05:00
committed by GitHub
parent 1a287edf7e
commit c9a625ced6
4 changed files with 59 additions and 20 deletions
+1
View File
@@ -16,6 +16,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- #3747, Allow `not_null` value for the `is` operator - @taimoorzaeem
- #2255, Apply `to_tsvector()` explicitly to the full-text search filtered column (excluding `tsvector` types) - @laurenceisla
- #1578, Log the main SQL query to stderr at the current `log-level` when `log-query=main-query` - @laurenceisla
- #3903, Log connection pool borrows on `log-level=debug` - @taimoorzaeem
### Fixed