Skip to content

Releases: blakelead/couchbase_exporter

0.9.6

18 Dec 13:06
3e8eee8
Compare
Choose a tag to compare

Changelog

Fixed

  • Failing service keeps restarting because of bad systemd configuration - @pandrieux (#46)
  • Cannot use --pasword anymore for docker login (#47)

0.9.5

21 Nov 22:04
Compare
Choose a tag to compare

Changelog

Fixed

  • Disable keep-alive for client connection to prevent file descriptor leaking (b117c06)

0.9.4

21 Nov 19:50
Compare
Choose a tag to compare

Changelog

Fixed

  • XDCR error_count metric caused exporter to fail when having multiple remotes (cb411c4)

0.9.3

21 Nov 16:50
Compare
Choose a tag to compare

Changelog

Fixed

  • Typo in goreleaser manifest prevented to build binaries (1436625)

0.9.2

26 Sep 20:02
Compare
Choose a tag to compare

Changelog

Fixed

  • Release bad binary for linux amd64 (6c415fa)

0.9.1

26 Sep 19:41
Compare
Choose a tag to compare

Changelog

Fixed

  • Bad module path in go.mod file (6f8590d)

0.9.0

16 Aug 07:47
Compare
Choose a tag to compare

Changelog

Added

Changed

0.8.1

19 Jun 13:34
Compare
Choose a tag to compare

Changelog

Changed

  • Improve Grafana dashboard (#26)
  • Passing licence to Apache 2.0 (#27)

0.7.0

02 Jan 23:28
Compare
Choose a tag to compare

Changelog

Added

  • Error count metric (#19)
  • Add remote cluster name in xdcr labels (#15)

Changed

  • Get XDCR metrics from self node only (#16)
  • Minor refactoring (598577f)

Fixed

  • CB_EXPORTER_SCRAPE_XDCR was ignored (#25)

0.6.0

09 Dec 22:55
Compare
Choose a tag to compare

Changelog

Added

  • Add percent_completeness XDCR metric (#14)
  • Exporter version is now in the logs (84368db)
  • Add 4.6.5 to the list of supported Couchbase versions (8537761)
  • Parameterize timeouts (a354344)

Changed

  • Use of confloader library for better configuration management (#17)
  • Refactor metrics files loading (25e8e4a)