Releases: avaje/avaje-metrics
Releases · avaje/avaje-metrics
4.4.3
Issues:
#13 - Add ability to easily suppress reporting on small timed metrics via MetricReportConfig.setThresholdMean()
4.4.2
Issues:
#12 - Add RequestTimingListener ... for per request timing callback
#11 - Add support for setting a percentage threshold to omit entries from request timing reporting
#10 - When you turn on collection on everything the internally nested metrics dont get decremented on first execution
4.4.1
Issues:
#9 - Support API change - return List for setRequestTimingCollectionUsingMatch()
#8 - Issue with sort order nested calls, support comparable on RequestTimingEntry
#8 - Issue with sort order nested calls, support comparable on RequestTimingEntry
4.3.1
Issues:
#7 - Change file output suffix from "txt" to "log"
#6 - 4.3.0 - support API changes with metric name expressions for setting/getting request timing
3.5.4
Issues:
#5 JRE 8 NonHeap MemoryUsage reporting max as -1 ... so max and pct are not useful on JVM 8
#4 Refactor - change PropertiesLoader to use org.slf4j.Logger
#3 ValueCounter is always reseting max value - it should not do so for getStatistics(false) bug