Skip to content

Releases: avaje/avaje-metrics

4.4.3

13 Aug 21:40
Compare
Choose a tag to compare

Issues:

#13 - Add ability to easily suppress reporting on small timed metrics via MetricReportConfig.setThresholdMean()

4.4.2

13 Aug 21:39
Compare
Choose a tag to compare

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

13 Aug 21:41
Compare
Choose a tag to compare

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

13 Aug 21:42
Compare
Choose a tag to compare

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

30 May 06:19
Compare
Choose a tag to compare

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