| Package | Description |
|---|---|
| org.ballerinalang.util.metrics |
| Modifier and Type | Method and Description |
|---|---|
static MetricRegistry |
DefaultMetricRegistry.getInstance()
Get the default
MetricRegistry. |
| Modifier and Type | Method and Description |
|---|---|
Counter |
Counter.Builder.register(MetricRegistry registry) |
Timer |
Timer.Builder.register(MetricRegistry registry) |
Summary |
Summary.Builder.register(MetricRegistry registry) |
CallbackGauge |
CallbackGauge.Builder.register(MetricRegistry registry) |
M |
Metric.Builder.register(MetricRegistry registry)
Create and register the metric with the given registry.
|
Gauge |
Gauge.Builder.register(MetricRegistry registry) |
static void |
DefaultMetricRegistry.setInstance(MetricRegistry instance)
Set default
MetricRegistry instance. |
Copyright © 2018 WSO2. All rights reserved.