Package | Description |
---|---|
org.ballerinalang.util.metrics |
Modifier and Type | Method and Description |
---|---|
StatisticConfig.Builder |
StatisticConfig.Builder.buckets(long buckets)
Set the number of buckets used to implement the sliding time window.
|
static StatisticConfig.Builder |
StatisticConfig.builder() |
StatisticConfig.Builder |
StatisticConfig.Builder.expiry(Duration expiry)
Duration to expire statistics.
|
StatisticConfig.Builder |
StatisticConfig.Builder.percentilePrecision(int digitsOfPrecision)
Specify the number of digits of precision to maintain on the dynamic range histogram used to compute
percentile approximations.
|
StatisticConfig.Builder |
StatisticConfig.Builder.percentiles(double... percentiles)
Percentiles to compute and publish.
|
Copyright © 2018 WSO2. All rights reserved.