Skip to content
This repository has been archived by the owner on Oct 25, 2022. It is now read-only.

Releases: vierbergenlars/bareos_exporter

v0.6.0

04 Apr 06:48
b3ad52e
Compare
Choose a tag to compare

What's Changed

  • suggested performance improvement by @d-rupp in #14
  • Ease usage with docker entrypoint and env vars by @barcus in #15

New Contributors

Full Changelog: v0.5.7...v0.6.0

0.5.7

28 Jul 07:37
a72c88f
Compare
Choose a tag to compare
  • Fix #9: Lots of sql: Scan error in logs (#12)
  • Fix #10: BareOS exporter stops working when there multiple filesets with the same name (#13)

0.5.6

16 May 17:32
7561829
Compare
Choose a tag to compare
  • Properly statically build amd64 binaries (#6)

0.5.6-rc.1

15 May 10:41
7561829
Compare
Choose a tag to compare
0.5.6-rc.1 Pre-release
Pre-release
  • Properly statically build amd64 binaries (#6)

0.5.5

17 Feb 21:24
Compare
Choose a tag to compare
Cast start and end times to timestamps with timezone

This is for consistent handling of times, which are written in the database in local time.
When converting to unix epoch on the exporter side, we want it to be the actual epoch time in UTC, not a wrong one based on a local timestamp

v0.5.4

30 Jan 20:02
Compare
Choose a tag to compare
Fix lookups for last successful job & last successfull full job

v0.5.3

30 Jan 20:02
Compare
Choose a tag to compare
Add grafana dashboard example

v0.5.2

28 Jan 20:08
Compare
Choose a tag to compare
Fix reading job total files

v0.5.1

28 Jan 17:36
Compare
Choose a tag to compare
Fix last job queries for postgres

v0.5.0

28 Jan 17:19
Compare
Choose a tag to compare
Rename most metrics and document them more in detail