Releases: lesovsky/pgscv
v0.4.20
Changelog
fda7797 Schema collector: fix version check logic.
d673121 WAL archiver collector: 1) calculate archive lag in more simple way using .ready files from archive_status directory; 2) add version check.
c62a861 WAL archiver collector: fix wrong function (pg_ls_waldir can lookup into archive_status directory), raise version check (cannot use pg_ls_dir - it is superuser-only).
v0.4.19-rc4
Changelog
5e7eb6e Choose default user depending on auto-update, use root when enabled, and postgres otherwise.
v0.4.19-rc3
Changelog
69ce414 Add random jitter to update interval.
v0.4.19-rc2
Changelog
e58100d Fix processing auto-update during bootstrap.
v0.4.19
v0.4.19-rc1
v0.4.18
v0.4.17
v0.4.16
Changelog
0fe074b Add goroutines sync, to avoid data race (TestStart test fails randomly).
540778e Add handling of corner cases when calculating WAL archiving lag.
d5931fa Add metric about wal/log directory files. Replace postgres_directory_size_bytes with set of postgres_*_directory_bytes.
00bf838 Add metrics from '/proc/vmstat'.
d5a8cb3 Add pgbouncer client connections metric.
09513d8 Add support of pg_stat_archiver.
0d8eac7 Add xid limits metric.
0d71956 Adjust exit messages; update project URL in '/' http page.
8401cf7 Doc: add notes related to tracking sensitive information. Fix env vars used at bootstrap.
220d4d8 Doc: fix download links.
a030083 Fix string assert in test.
c5a3907 Fix tests.
2f10424 Fix tests.
ef45e50 Fix tests.
98a1f5d Merge remote-tracking branch 'origin/master'
6d2c55a Postgres storage metric changes: add per-tablespace temp files metric; always return temp files in-flight metrics; minor edits.
d06ad6f Remove _total suffix from database size metric (because it is gauge).
6936940 Reorder labels in pgbouncer pool metrics.
fa2dff6 Update issue templates
f8461d8 Use singular value in label of diskstats metrics
b9094d6 Use unsigned type for BlockSize.