v0.9.10
Bug Fixes
- #49 Various timers & latency metrics were in milliseconds rather than seconds.
- #47
Labels.finalize()
could throw aNullPointerException
- #43 Fixes the registration of
client_request
metrics that were throwingNullPointerException
s - #26 The chunk buffer is now released if an exception is thrown while writing metrics.
New Features
- #54 Adds support for exporting keyspace- and node-level aggregate metrics. By default, only histograms are exported (can be changed via the
--keyspace-metrics
and--node-metrics
CLI options)