Skip to content

Releases: CHERTS/pgscv

v0.8.1

04 Apr 08:41
Compare
Choose a tag to compare

Changelog

v0.8.0

11 Feb 17:21
ade9cb6
Compare
Choose a tag to compare

0.8.0 (2024-02-11)

Changelog

PR #1 Update golang version, fixed workflows, fixed test, fixed Dockerfile, fixed reading config via symlink, added systemd unit, docker-compose file and k8s deployment, added README.ru.md
lesovsky@c833132 Fix error when empty line found in os-release file, see lesovsky#40. (lesovsky#41)
lesovsky@3650072 Split single 'tuples_total' metric to separate metrics. (lesovsky#43)
lesovsky@f7da3e2 Don't use bytes for values of pg_stat_statements' blocks hits and block dirtied. (lesovsky#39)
lesovsky@7698a9a Remove unnecessary functions. (lesovsky#35)
lesovsky@913d679 Remove unused props and functions after removing Patroni support (lesovsky#34)
lesovsky@6f22e12 Run 'release' GH action on tags only.
lesovsky@ed51bf9 Add collecting user/database values for "postgres_activity_connections_in_flight" metric. (lesovsky#33)
lesovsky@9ed2fef Use pg_locks.waitstart for counting waiting time. (lesovsky#32)
lesovsky@da4120c Update golang, linters and testing image. (lesovsky#31)
lesovsky@723f62a Discard netmask on pg_stat_replication.client_addr using host().
lesovsky@1c00d82 Extend error message when number of labels and its values are mismatch.
lesovsky@2a7ea8f Fix gosec warn about insecure file mode.
lesovsky@c44633c Migrate pgscv repo from weaponry to lesovsky GH account (lesovsky#26)
lesovsky@9f215ce Remove mistaken metric about WAL fpi size in bytes.
lesovsky@4cf9fd9 Update deps: go, linters, etc.
lesovsky@2ad95ad Update yaml due to security issue. (lesovsky#28)