public interface Histogram extends Metric
| Modifier and Type | Method and Description |
|---|---|
void |
update(int value)
Adds a new value to the distribution.
|
void |
update(long value)
Adds a new value to the distribution.
|
Copyright © 2012-2025 Apache Software Foundation. All Rights Reserved.