scylla-jmx/src/main/java/com
Amnon Heiman a568e52cb5 Adding the RecentEstimatedHistogram
Some of the jmx methods uses the notion of recent estimated histogram.
In origin the implementation uses an estimated histogram and clean the
histogram values on each call.

The RecentEstimatedHistogram mimic this behaviour, it store the latest
values of the last call. In each call new values are stored in the
histogram and the results is the delta between the last two calls.

Signed-off-by: Amnon Heiman <amnon@cloudius-systems.com>
2015-10-21 14:19:57 +03:00
..
cloudius/urchin Adding the RecentEstimatedHistogram 2015-10-21 14:19:57 +03:00
yammer/metrics/core APIHistogram: Use the new histogram parameter name 2015-10-04 12:46:44 +03:00