Skip to content

Releases: woblerr/gpbackup_exporter

v0.3.0

04 May 20:09
2a7ffe9
Compare
Choose a tag to compare
  • Fix gpbackup_backup_since_last_completion_seconds metric #9 #10:
    • Fix parsing backup timestamp (start time) and end time;
    • Add TZ env variable to docker image.

Full Changelog: v0.2.1...v0.3.0

v0.2.1

25 Apr 20:13
51f2e53
Compare
Choose a tag to compare
  • Rename metric gpbackup_backup_deleted_status to gpbackup_backup_deletion_status #7.
  • Bump dependencies to fix Dependabot alert #8.

Full Changelog: v0.2.0...v0.2.1

v0.2.0

30 Mar 08:46
3aa0c98
Compare
Choose a tag to compare
  • Update LICENSE for 2024 #1.
  • Bump infra #2:
    • Bump go to 1.21. Bump to alpine 3.19. Bump golangci-lint version ro 1.56.2. Bump goreleaser to v1.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.
  • Refactoring exporter #3:
    • Add the end_time label to gpbackup_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 or sqlite (.db) format.
    • Add gpbackup_exporter_status metric. The metric shows the success status of getting data from the history database.
  • 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 missing token for goreleaser step in CI #6.

Full Changelog: v0.1.0...v0.2.0

v0.1.0

06 Mar 20:41
Compare
Choose a tag to compare

Initial release.