scylla-jmx/src/main/java/com/yammer/metrics/core
Amnon Heiman ac049129de Adding the APISettableMeter
Sometimes it is required that a meter will not handle its own data, like
the APIMeter does.

This patch break the added functionality of APIMeter into two classes,
APISettableMeter is a Meter with a set value method and APIMeter adds
the functionality that reads from the API.

Signed-off-by: Amnon Heiman <amnon@scylladb.com>
2015-11-16 11:27:31 +02:00
..
APICounter.java Overriden the Metric data collection 2015-06-11 11:53:51 +03:00
APIHistogram.java APIHistogram: Use the new histogram parameter name 2015-10-04 12:46:44 +03:00
APIMeter.java Adding the APISettableMeter 2015-11-16 11:27:31 +02:00
APIMetricsRegistry.java Adding Timer creation to APIMetricsRegistry 2015-07-14 18:10:53 +03:00
APISettableMeter.java Adding the APISettableMeter 2015-11-16 11:27:31 +02:00
APITimer.java Adding the APITimer 2015-07-14 18:10:53 +03:00
HistogramValues.java APIHistogram: Use the new histogram parameter name 2015-10-04 12:46:44 +03:00