Releases: gopaytech/wal-g-prometheus-exporter
Releases · gopaytech/wal-g-prometheus-exporter
Release v0.2.0
What's Changed
- Add new metrics:
walg_wal_archive_count
,walg_wal_archive_missing_count
, andwalg_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
Full Changelog: v0.1.1...v0.2.0
Release v0.1.1
Add parameter to setup wal-g config
Release v0.1.0
- fix: Periodically update backup-list instead of waiting for SIGHUP
- doc: Fix some comments
Release v0.0.9
- Fix issue when there is no basebackup,
Update debug info
v0.0.8 Update archive_dir argument to be a flag argument
With binary file
v0.0.7 Update makefile add compress task