Releases: CHERTS/pgscv
Releases · CHERTS/pgscv
v0.9.3
Changelog
- 47e69a0 Added new parameter
skip_conn_error_mode
to skip database connection errors when creating a monitoring service instance. Big thanks @dbulashev See a detailed description of the new parameters in Wiki (#46) - 10925db Fixed revive warning (#50)
- 9dd87e5 Update Grafana dashboard
- ca45eea Update go module (#43 #45)
- 7488706 Update version of Postgres v17 in demo laboratory (#44)
- adfd746 Fixed Patroni container health check in demo lab (#42)
v0.9.2
v0.9.1
v0.9.0
Changelog
- 2d625f5 Added 3 new parameters (collect_top_query, collect_top_table and collect_top_index) to collect statistics only for TOP k queries, tables or indexes. By enabling these parameters you can reduce the amount of data collected and lower the load on the database and increase the performance of pgSCV. These parameters can be useful for databases with many tables, indexes or high query rate. Big thanks @dbulashev See a detailed description of the new parameters in Wiki. (#31 #34)