EDB Stat Monitor 2.1.0 release notes
Released: 12 June 2025
This is the First public release of EDB Stat Monitor (edb_stat_monitor), a new statistics monitoring tool. It's built on the foundation of pg_stat_monitor. edb_stat_monitor introduces enhanced capabilities for query performance analysis.
Highlights
- New sampling logic with setting for
edbsm_sample_rate. - More precise calculation of quantiles.
- Controllable compression levels.
- New functions:
edb_stat_monitor_td_histogramandedb_stat_monitor_td_quantile.
Features
| Description | Addresses |
|---|---|
| First public release of EDB Stat Monitor (edb_stat_monitor) | |
Added digest logicThe digest logic has been added to the collection of execution time data, allowing for the calculation of more precise quantiles. This enhancement improves the accuracy of query performance analysis by providing better insights into execution time distribution. | |
Added sampling logicCaptures a subset of incoming queries. This provides a representative "taste" of system activity, offering crucial insights into performance and usage. | |
Added GUC parameter | |
Added GUC parameter | |
New function | |
New function |
- On this page
- Highlights
- Features
Could this page be better? Report a problem or suggest an addition!