scylla-jmx/src/main/java/com/yammer/metrics/core
Amnon Heiman 9e97cb530a APITimer: sum should return a value and values are in ns
When removing the pull based timers in the API the sum method in the
APITimer was left stubed by mistake.

This patch take the sum from the histogram as it should be.

Another missed changes are the units, in the yammer library the Timer
does unit conversion before returning the values.

This patch takes the unit conversion from the yammer library to be
compatible.

Signed-off-by: Amnon Heiman <amnon@scylladb.com>
Message-Id: <1464173726-7482-1-git-send-email-amnon@scylladb.com>
2016-05-25 14:16:40 +03:00
..
APICounter.java Rename "com.cloudius.urchin" package to "com.scylladb.jmx" 2015-12-17 09:28:17 +02:00
APIHistogram.java APIHistogram: Support APITimer 2016-05-17 11:08:05 +03:00
APIMeter.java APIMeter: Move out of pull mode 2016-05-17 10:03:12 +03:00
APIMetricsRegistry.java APIMetrics, APIMetricsRegistry: Return APIMeter and APITimer 2016-05-17 11:22:43 +03:00
APISettableMeter.java Adding the APISettableMeter 2015-11-16 11:27:31 +02:00
APITimer.java APITimer: sum should return a value and values are in ns 2016-05-25 14:16:40 +03:00
HistogramValues.java APIHistogram: Use the new histogram parameter name 2015-10-04 12:46:44 +03:00