Releases: CHERTS/pgscv
Releases · CHERTS/pgscv
v0.9.6
Changelog
- 411433d Added collect Log stat if the service is remote (#58)
- 0aa535e Added collect Tempfile stat if the service is remote (#59)
- 74d3b13 Added collect WAL stat if the service is remote (#57)
- ffff9da Added support new metrics from pg_stat_database_conflicts (#56)
- a982902 Bump github.com/stretchr/testify from 1.9.0 to 1.10.0 (#54)
- 54ddf12 Update docker-compose.yml and k8s deployment examples
- 2e35adf Updated pgscv.yaml example file
v0.9.5
v0.9.4
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)