You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 22, 2024. It is now read-only.
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.
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.
9e2914d Fix regression added in 5ad122c. Pgbouncers before 1.12 return version string in NOTICE message. pgSCV get errNoRows error and return. Metrics about pgbouncer config stay uncollected.
455146e Add checksum and session metrics from pg_stat_database added in Postgres 12 and 14. 888dfc5 Add forgotten test file. cb54cde Add virtual, model labels to node_system_storage_size_bytes metric. 8e7097f Extend check of network addresses for its locality. acdb3dc Fix possible segfault, when getting stat for non-existent Postgres config file.