Releases: CHERTS/pgscv
Releases Β· CHERTS/pgscv
v0.14.2
v0.14.1
v0.14.0
Changelog
- c090fdf Collect statistics from pg_stat_ssl (PostgreSQL 9.5+) (#149) See metrics list
- a88af95 Collect statistics from pg_stat_subscription (PostgreSQL 10+) (#110 #155) See metrics list
- 18f50a0 Added support new columns in pg_stat_io (postgres_stat_io_*_bytes) (#111) See metrics list
- 838cec0 Disable log collector if log_destination not set to stderr (issue #117) (#122)
- b2b0768 Fix Grafana PostgreSQL Stat IO and Stat SLRU expr (#154)
- 147d8c0 Fixed getting size of invalid index (#133)
- e51572b Update Grafana dashboards (pgSCV 0.14.0 edition #129)
- fc74dc6 Update golang and alpine linux (#148)
v0.13.0
Changelog
- 73f140b Added VictoriaMetrics cluster to demo-lab (#105)
- 6889717 Added concurrency limit (#108) See docs Big thanks @dbulashev
- 30544dd Added support PostgreSQL 18 (#102)
- d0f5be8 Added custom labels support in
/targets
endpoint #74 (#107) See docs Big thanks @dbulashev - 01325a9 Bump github.com/prometheus/client_golang from 1.20.5 to 1.21.0 (#104)
- f03d035 Update Grafana dashboard (#103)
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