Skip to content

Releases: ClusterLabs/ha_cluster_exporter

1.0.0

04 May 09:26
a48d353
Compare
Choose a tag to compare

Added

  • New group and clone labels for ha_cluster_pacemaker_resources metric. (#145, #153)
  • New ha_cluster_corosync_member_votes metric and new labels for ha_cluster_corosync_rings. (#151)

Fixed

  • BC Break - ha_cluster_pacemaker_nodes and ha_cluster_pacemaker_resources now report 0 values instead of disappearing. (#152)
  • Grouped resources in stopped status are now tracked correctly. (#145)
  • Error handling during collection cycles is more consistent across the board. (#148)
  • Corosync v3 is now explicitly reported as not being currently supported. (#149)

Removed

  • Unnecessary file I/O in DRBD collector. (#150)

1.0.0rc1

31 Mar 13:46
f12111c
Compare
Choose a tag to compare
1.0.0rc1 Pre-release
Pre-release

Added

  • Resource metrics now have an agent label (#143)

Changed

  • Go runtime debug metrics are now opt-in (#142)
  • Overhauled Travis CI config to implement new OBS continuous delivery (#144)
  • Updated some documentation and boilerplate (3de9c59)

1.0.0beta8

12 Mar 11:45
1fd7c0f
Compare
Choose a tag to compare
1.0.0beta8 Pre-release
Pre-release

Changed

  • Reduced log verbosity of collect cycles to DEBUG level. (#137)
  • Moved OBS related files to packaging/obs. (#139)

Fixed

  • Pacemaker CIB parsing errors with some time values. (#138)
  • Regression in CI changelog generator. (#136)

1.0.0beta7

28 Feb 15:13
f12766d
Compare
Choose a tag to compare
1.0.0beta7 Pre-release
Pre-release

Changed

  • Refactored project structure by using Go packages (#131).
  • Refactored Pacemaker collector and separate XML parsing from the metrics collection (#132).
  • The open-source software license has been changed from GPLv3 to Apache 2.0. (#133)
  • The RPM build no longer uses PIE, which made Go platform compatibility potentially problematic. (#133)

Fixed

  • Stopped resources are now tracked correctly. (#134)
  • A few edge cases previously uncovered in the CI pipeline are now handled correctly. (#135)

1.0.0beta6

12 Feb 10:22
9030006
Compare
Choose a tag to compare
1.0.0beta6 Pre-release
Pre-release

Changed

  • Revert full Source url usage and reinstate OBS source service in the build pipeline (#129)

1.0.0beta5

11 Feb 14:18
e2a96a6
Compare
Choose a tag to compare
1.0.0beta5 Pre-release
Pre-release

Fixed

  • Source url in spec file (#128)

1.0.0beta4

11 Feb 11:50
6952099
Compare
Choose a tag to compare
1.0.0beta4 Pre-release
Pre-release

Changed

  • Use a full source url in the spec file (#127)

1.0.0beta3

10 Feb 17:23
1bc7c44
Compare
Choose a tag to compare
1.0.0beta3 Pre-release
Pre-release

Added

  • Copyright notice to README and RPM spec file. (#126)

1.0.0beta2

05 Feb 16:58
5b01b9a
Compare
Choose a tag to compare
1.0.0beta2 Pre-release
Pre-release

Changed

  • BC Break: Default TCP listening port changed again from 9964 to 9664 due to a typo. (#124)
  • BC Break: Many refactorings to multiple metrics that didn't comply with Prometheus vetting process. (#123)

1.0.0-beta

04 Feb 10:16
b57378e
Compare
Choose a tag to compare
1.0.0-beta Pre-release
Pre-release

Changed

  • BC Break - Metrics timestamps are now opt-in and disabled by default. The old behaviour can be kept via the --enable-timestamps CLI flag / config option. (#118)
  • BC Break - Default TCP listening port changed from 9002 to 9964. The old behaviour can be kept via the --port CLI flags / config option. (#122)