Releases: CHERTS/pgscv
Releases · CHERTS/pgscv
v0.12.0
Changelog
v0.11.0
v0.10.1
Changelog
- ca7d2f2 Adding old postgres versions (9,10,11) to demo-lab (#87)
- bca1e00 Fix: Iterate through all clusters if the number of clusters is greater than 100 (#91)
- ad290f9 Fix: postgres/tables collector not collecting data (Issue #89) (#92)
- 478e4c9 Fixed get replication metrics while running on PostgreSQL 9.6 (Issue #86) (#88)
- 771b190 Fixed using pg_current_wal_lsn if pg_is_in_recovery is true (#65)
v0.10.0
Changelog
- 4ed817e Add support Monitoring Cloud Managed Databases (Yandex.Cloud). Big thanks @dbulashev (#72) See a detailed description in Wiki
- ba9fea6 Multi targets metrics support and service discovery. Big thanks @dbulashev (#73) See a detailed description in Wiki
- 3d0314f Ability using multi targets in demo-lab (#75)
- 2e68377 Add throttling. Big thanks @dbulashev (#82) See a detailed description in Wiki
- 61cd7ce Add new parameter
conn_timeout
. Big thanks @dbulashev See a detailed description in Wiki - 1fd9474 Fixed postgres_up metric if postgres is down, issue #76. Big thanks @dbulashev
- 113ec1f Update Grafana dashboards (#68)
- 3b68c57 Update golang version and modules (#78)
v0.9.7
Changelog
- 3fa7459 Bump golang.org/x/net from 0.31.0 to 0.32.0 (#60)
- c994156 Bump golang.org/x/net from 0.32.0 to 0.33.0 (#61)
- 26faa80 Bump golang.org/x/net from 0.33.0 to 0.34.0 (#64)
- 1024c61 Fixed demo-lab settings and README.md (#66)
- e7a2fa2 Fixed linux memory tests (#62)
- daa3e5e Skip collecting per database settings metrics from remote pgbouncer (#67)
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)