Releases: VoltDB/meshmonitor
Releases · VoltDB/meshmonitor
v1.2
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 oflocalhost
- #12. - Logging of errors that could happen during Prometheus response generation - #12.
Full Changelog: v1.1...v1.2