| Package | Description |
|---|---|
| org.ballerinalang.util.metrics | |
| org.ballerinalang.util.metrics.noop | |
| org.ballerinalang.util.metrics.spi |
| Modifier and Type | Method and Description |
|---|---|
CallbackGauge |
CallbackGauge.Builder.register() |
CallbackGauge |
CallbackGauge.Builder.register(MetricRegistry registry) |
| Modifier and Type | Class and Description |
|---|---|
class |
NoOpCallbackGauge
Implementation of No-Op
CallbackGauge. |
| Modifier and Type | Method and Description |
|---|---|
<T> CallbackGauge |
NoOpMetricProvider.newCallbackGauge(MetricId metricId,
T obj,
ToDoubleFunction<T> toDoubleFunction) |
| Modifier and Type | Method and Description |
|---|---|
<T> CallbackGauge |
MetricProvider.newCallbackGauge(MetricId metricId,
T obj,
ToDoubleFunction<T> toDoubleFunction) |
Copyright © 2018 WSO2. All rights reserved.