public interface Histogram extends IMetric
| Modifier and Type | Method and Description |
|---|---|
long |
count()
get value of histogram
|
HistogramSnapshot |
takeSnapshot()
take snapshot of histogram
|
void |
update(long value)
update histogram by value
|
void update(long value)
long count()
HistogramSnapshot takeSnapshot()
Copyright © 2022 The Apache Software Foundation. All rights reserved.