Releases: blakelead/couchbase_exporter
Releases · blakelead/couchbase_exporter
0.9.6
Changelog
Fixed
- Failing service keeps restarting because of bad systemd configuration - @pandrieux (#46)
- Cannot use
--pasword
anymore for docker login
(#47)
0.9.5
Changelog
Fixed
- Disable keep-alive for client connection to prevent file descriptor leaking (b117c06)
0.9.4
Changelog
Fixed
- XDCR error_count metric caused exporter to fail when having multiple remotes (cb411c4)
0.9.3
Changelog
Fixed
- Typo in goreleaser manifest prevented to build binaries (1436625)
0.9.2
Changelog
Fixed
- Release bad binary for linux amd64 (6c415fa)
0.9.1
Changelog
Fixed
- Bad module path in go.mod file (6f8590d)
0.8.1
Changelog
Changed
- Improve Grafana dashboard (#26)
- Passing licence to Apache 2.0 (#27)
0.7.0
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
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)