@Experimental(value=METRICS) public interface Distribution extends Metric
Modifier and Type | Method and Description |
---|---|
void |
update(long value)
Add an observation to this distribution.
|
void |
update(long sum,
long count,
long min,
long max) |