Skip to content

Releases: VoltDB/meshmonitor

v1.2

20 May 14:09
41fee9e
Compare
Choose a tag to compare

What's Changed

Bugs:

  • Fixed empty response from Prometheus scrape endpoint. The underlying issue was a concurrency bug when trying to iterate over a synchronised HdrHistogram. Fixed by #13.

Enhancements:

  • Native image resources and tests - #10.
  • Update README.md - #11.
  • Added descriptive message when port conflict occurs (instead of stacktrace) - #12.
  • Prometheus output includes more useful host name as host_name label, e.g. tomasz-mbp-2_localdomain instead of localhost - #12.
  • Logging of errors that could happen during Prometheus response generation - #12.

Full Changelog: v1.1...v1.2

v1.1

29 Mar 10:15
5fd7dca
Compare
Choose a tag to compare

What's Changed

  • Added license headerin #4
  • Edit readme in #5
  • Add tests in #6
  • Added tests for cli command errors and monitor in #7
  • More tests in #8
  • Fix for building native-image in #9

Full Changelog: v1.0...v1.1

v1.0

27 Feb 09:53
Compare
Choose a tag to compare

What's Changed

  • ENG-25319: New version of meshmonitor. #1
  • ENG-25319: Update of the documentation. #2
  • Export to pdf in #3