This repository has been archived by the owner on Aug 22, 2024. It is now read-only.
0.7.5
Changelog
d52f099 Refactor metrics based on pg_stat_wal: - return metric about written WAL based on pg_current_wal_lsn(); - make separate metric based on pg_stat_wal.wal_bytes; - count WAL fpi as is (not in bytes), due to FPI's might be compressed and its size is unknown; - remove 'written' word from some metrics names, because it is misleading.