Package | Description |
---|---|
org.ballerinalang.util.metrics | |
org.ballerinalang.util.metrics.noop | |
org.ballerinalang.util.metrics.spi |
Modifier and Type | Field and Description |
---|---|
static StatisticConfig |
StatisticConfig.DEFAULT |
Modifier and Type | Method and Description |
---|---|
StatisticConfig |
StatisticConfig.Builder.build() |
StatisticConfig[] |
Gauge.getStatisticsConfig()
Returns statistics configs added for summarization.
|
Modifier and Type | Method and Description |
---|---|
Gauge |
MetricRegistry.gauge(MetricId id,
StatisticConfig... statisticConfigs)
|
Gauge.Builder |
Gauge.Builder.summarize(StatisticConfig statisticConfig)
Summarize gauge values using given
statistic configuration . |
Modifier and Type | Method and Description |
---|---|
StatisticConfig[] |
NoOpGauge.getStatisticsConfig() |
Modifier and Type | Method and Description |
---|---|
Gauge |
NoOpMetricProvider.newGauge(MetricId metricId,
StatisticConfig... statisticConfigs) |
Modifier and Type | Method and Description |
---|---|
Gauge |
MetricProvider.newGauge(MetricId metricId,
StatisticConfig... statisticConfigs)
This returns the new instance of the Gauge metric.
|
Copyright © 2018 WSO2. All rights reserved.