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

Releases: lesovsky/pgscv

v0.8.0-beta.6

05 Aug 05:51
3650072
Compare
Choose a tag to compare

Changelog

  • c833132 Fix error when empty line found in os-release file, see #40. (#41)
  • 3650072 Split single 'tuples_total' metric to separate metrics. (#43)

v0.8.0-beta.5

01 Jun 05:01
f7da3e2
Compare
Choose a tag to compare

Changelog

  • f7da3e2 Don't use bytes for values of pg_stat_statements' blocks hits and block dirtied. (#39)
  • 7698a9a Remove unnecessary functions. (#35)
  • 913d679 Remove unused props and functions after removing Patroni support (#34)
  • 6f22e12 Run 'release' GH action on tags only.

v0.8.0-beta.4

09 Apr 14:46
ed51bf9
Compare
Choose a tag to compare

Changelog

  • ed51bf9 Add collecting user/database values for "postgres_activity_connections_in_flight" metric. (#33)
  • 9ed2fef Use pg_locks.waitstart for counting waiting time. (#32)

v0.8.0-beta.3

01 Apr 14:59
da4120c
Compare
Choose a tag to compare

Changelog

  • da4120c Update golang, linters and testing image. (#31)

0.8.0-beta.1

12 Mar 08:10
2ad95ad
Compare
Choose a tag to compare

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

02 Sep 06:08
Compare
Choose a tag to compare

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

01 Sep 10:42
Compare
Choose a tag to compare

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

26 Aug 11:40
Compare
Choose a tag to compare

Changelog

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.

0.7.2

26 Aug 02:56
Compare
Choose a tag to compare

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.

0.7.1

05 Aug 06:47
Compare
Choose a tag to compare

Changelog

9bb0c8d Add node_system_storage_size_bytes metric as replacement for node_system_storage_info.
5ad122c Add pgbouncer_version metric.
33e46f0 Add sysinfo collector.
e582e5f Add version string label to patroni_version metric.