scylla-jmx/src/main/java/com/yammer/metrics/core
Amnon Heiman d3b8ef1ae5 APITimer: Non pull based Timer
The yammer Timer object calculate rate based on a timer, which causes
periodic calls to the API.

This replaces the implementation so that a timer would get all its
values from the API.

For object registration the APITimer still inherit from Timer but
override all its functionality.

Signed-off-by: Amnon Heiman <amnon@scylladb.com>
2016-05-17 11:12:01 +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 Create and register the APISettableMetrics 2015-11-16 11:29:21 +02:00
APISettableMeter.java Adding the APISettableMeter 2015-11-16 11:27:31 +02:00
APITimer.java APITimer: Non pull based Timer 2016-05-17 11:12:01 +03:00
HistogramValues.java APIHistogram: Use the new histogram parameter name 2015-10-04 12:46:44 +03:00