Interface DistributionSummary

All Superinterfaces:
Meter, Wrapper

public interface DistributionSummary extends Meter
Records a distribution of samples (e.g., sizes of responses returned by a server), each with a long value, and reports statistics over all samples (count, total, mean, max) as well as grouping samples using percentiles or bucket boundaries.