Skip to content
This repository has been archived by the owner on Aug 22, 2024. It is now read-only.

0.7.5

Compare
Choose a tag to compare
@github-actions github-actions released this 02 Sep 06:08
· 22 commits to master since this release

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.