public interface Histogram extends BaseMeter
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Histogram.Bucket
Histogram bucket
|
static interface |
Histogram.Builder |
| Modifier and Type | Method and Description |
|---|---|
void |
addValue(double value)
Add value into the histogram, automatic analyze what bucket count need to be increment
[step1, step2)
|
Histogram.Bucket[] |
getBuckets()
Get all buckets
|
getMeterId, getName, getTagvoid addValue(double value)
Histogram.Bucket[] getBuckets()
Copyright © 2020 The Apache Software Foundation. All rights reserved.