org.qi4j.api.metrics
Interface MetricsHistogram

All Superinterfaces:
Metric
All Known Implementing Classes:
DefaultMetric, YammerHistogram

public interface MetricsHistogram
extends Metric

A metric which calculates the distribution of a value.

See Also:
Accurately computing running variance

Method Summary
 void update(long newValue)
           
 

Method Detail

update

void update(long newValue)