Skip to content

Commit

Permalink
Address review feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
msakrejda committed Nov 21, 2024
1 parent 5589c89 commit 9170ec8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
* Track Postgres buffer cache usage
- This reports statistics from [pg_buffercache](https://www.postgresql.org/docs/current/pgbuffercache.html)
if available
- Since this can be slow, and grows slower with larger buffer size, this can be
configured with the new setting `max_buffer_cache_monitoring_gb` (default 200 GB)
* Fix partitioned table stats handling
- Partitioned table stats are now reported as aggregations over child partition stats
* Add collector query runner
Expand Down

0 comments on commit 9170ec8

Please sign in to comment.