Releases: woblerr/gpbackup_exporter
Releases · woblerr/gpbackup_exporter
v0.3.0
v0.2.1
- Rename metric
gpbackup_backup_deleted_status
togpbackup_backup_deletion_status
#7. - Bump dependencies to fix Dependabot alert #8.
Full Changelog: v0.2.0...v0.2.1
v0.2.0
- Update LICENSE for 2024 #1.
- Bump infra #2:
- Bump go to
1.21
. Bump to alpine3.19
. Bump golangci-lint version ro1.56.2
. Bump goreleaser tov1.24.0
. Bump GitHub actions versions. - Add the following flags from the exporter-toolkit/web/kingpinflag package (v0.9.1):
--web.listen-address
;--web.config.file
;--web.systemd-socket
.
- The
--prom.endpoint
flag has been renamed to--web.endpoint
. - The
--prom.port
and--prom.web-config
falgs have been removed.
- Bump go to
- Refactoring exporter #3:
- Add the
end_time
label togpbackup_backup_duration_seconds
metric. - Add support for the sqlite format for the history database. Using the
--gpbackup.history-file
flag, it's indicated which type of database is selected:.yaml
orsqlite (.db)
format. - Add
gpbackup_exporter_status
metric. The metric shows the success status of getting data from the history database.
- Add the
- Bump dependencies to fix Dependabot alerts #4.
- Add new flags to filtering deleted and failed backups #5:
- Add flags
--gpbackup.collect-deleted
and--gpbackup.collect-failed
. By default, exporter collect metrics only for active backups. For collecting metrics for deleted and failed backups, it's necessary to specify these flag. - Fix problem for
--gpbackup.db-include
and--gpbackup.db-exclude
flags. Now these flags are working as expected.
- Add flags
- Add missing token for goreleaser step in CI #6.
Full Changelog: v0.1.0...v0.2.0
v0.1.0
Initial release.