Releases: lesovsky/pgscv
v0.8.0-beta.6
v0.8.0-beta.5
v0.8.0-beta.4
v0.8.0-beta.3
0.8.0-beta.1
Changelog
- 723f62a Discard netmask on pg_stat_replication.client_addr using host().
- 1c00d82 Extend error message when number of labels and its values are mismatch.
- 2a7ea8f Fix gosec warn about insecure file mode.
- c44633c Migrate pgscv repo from weaponry to lesovsky GH account (#26)
- 9f215ce Remove mistaken metric about WAL fpi size in bytes.
- 4cf9fd9 Update deps: go, linters, etc.
- 2ad95ad Update yaml due to security issue. (#28)
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.
0.7.4
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.
0.7.3
0.7.2
Changelog
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.