Skip to content

Releases: woblerr/pgbackrest_exporter

v0.7.0

08 Sep 22:52
9793f6e
Compare
Choose a tag to compare
  • Add flag to specify one or multiple stanzas to exclude from collecting metrics #7:
    • Flag backrest.stanza-exclude - specific stanza to exclude from collecting metrics.
    • Rename flag backrest.stanza to backrest.stanza-include.
    • Add env variable STANZA_EXCLUDE to Docker image, rename env variable STANZA to STANZA_INCLUDE.
  • Up pgBackRest version to 2.35 in docker image #8.
  • Update README.

v0.6.0

13 Aug 14:34
911372b
Compare
Choose a tag to compare

Change logging format #6:

  • Add error text from pgBackRest command to log.
  • Delete dot at the end of log messages.
  • Change: pgbackrest to pgBackRest.

v0.5.0

24 Jul 20:27
2137a3b
Compare
Choose a tag to compare

Add new metrics #5:

  • pgbackrest_exporter_backup_full_time_since_last_completion - seconds since the last completed full backup;
  • pgbackrest_exporter_backup_diff_time_since_last_completion - seconds since the last completed full or differential backup;
  • pgbackrest_exporter_backup_incr_time_since_last_completion - seconds since the last completed full, differential or incremental backup.

v0.4.0

12 Jul 21:41
bf44c1c
Compare
Choose a tag to compare
  • Add flags to specify pgBackRest configuration file and/or path to additional pgBackRest configuration files #3.
  • Add flag to specify one or multiple stanzas for collecting metrics, add env variable STANZA to Docker image #4.
  • Update README.

v0.3.0

01 Jul 22:23
ae585bf
Compare
Choose a tag to compare
  • Rename two backup metrics #2 :
    • pgbackrest_exporter_backup_size -> pgbackrest_exporter_backup_database_size
    • pgbackrest_exporter_backup_database_size -> pgbackrest_exporter_backup_database_backup_size
  • Update README.

v0.2.0

30 Jun 22:47
Compare
Choose a tag to compare
  • Update HELP section for metrics.
  • Add building docker images for linux/amd64 and linux/arm64.
  • Add local artifacts building via goreleaser.
  • Up pgBackRest default version to v2.34.
  • Add tests for absent repo info and for logging errors when setting values for metrics #1 .

v0.1.0

18 Jun 22:40
Compare
Choose a tag to compare

Initial release.