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

0.7.4

Compare
Choose a tag to compare
@github-actions github-actions released this 01 Sep 10:42
· 23 commits to master since this release

Changelog

7c0bc47 Add 'postgres_table_tuples_total' based on pg_class.reltuples.
4b472d4 Add WAL metrics based on pg_stat_wal (introduced in Postgres 14).
ec663ac Add metrics 'postgres_table_last_vacuum_time', 'postgres_table_last_analyze_time'. Mark 'postgres_table_since_last_vacuum_seconds_total', 'postgres_table_since_last_analyze_seconds_total' as deprecated.
9f81b6b Fix query.
cae5ba2 Move WAL metrics to separate collector.
3d4f148 Remove duplicated code.
6c7e7e6 Rename mistakenly named metric.