I have a Spring Boot 1.3.1 project. Using actuator, so I have /metrics endpoint too.
I am using codahale to add a metric per some of my methods, and the full java classname is the name of the metric. That is all ok.
But the metrics there show unsorted, it's very inadequate, having all sorted would be much better (max, min, percentiles etc for a given metric will be in a single block, not all over the place as now).
Anybody know how to fix this?