Skip to content

Releases: gopaytech/wal-g-prometheus-exporter

Release v0.2.0

16 Feb 07:42
Compare
Choose a tag to compare

What's Changed

  • Add new metrics: walg_wal_archive_count, walg_wal_archive_missing_count, and walg_wal_integrity_status.
  • Add functionality for graceful termination when receiving SIGTERM.
  • Add a flag feature when the exporter should be enabled by checking the existing flag file /var/lib/postgresql/walg_exporter.enable.
  • Expose more info in labels of walg_basebackup metric.
  • Introduce WALG_EXPORTER_SCRAPE_INTERVAL to control the retry mechanism.
  • Fix walg_exception description.
  • Other minor fixes and improvements.

Contributors

@opan

Full Changelog: v0.1.1...v0.2.0

Release v0.1.1

21 Jul 06:28
87b37ec
Compare
Choose a tag to compare

Add parameter to setup wal-g config

Release v0.1.0

02 Dec 02:54
Compare
Choose a tag to compare
  • fix: Periodically update backup-list instead of waiting for SIGHUP
  • doc: Fix some comments

Release v0.0.9

24 Nov 04:21
Compare
Choose a tag to compare
  • Fix issue when there is no basebackup,

Update debug info

11 Nov 10:07
Compare
Choose a tag to compare
v0.0.8

Update archive_dir argument to be a flag argument

With binary file

05 Nov 06:26
Compare
Choose a tag to compare
v0.0.7

Update makefile add compress task