public interface Histogram extends IMetric
| 限定符和类型 | 方法和说明 |
|---|---|
long |
count()
get the 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.