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) |
PolledGauge |
PolledGauge.Builder.register(MetricRegistry registry) |
Gauge |
Gauge.Builder.register(MetricRegistry registry) |
M |
Metric.Builder.register(MetricRegistry registry)
Create and register the metric with the given registry.
|
static void |
DefaultMetricRegistry.setInstance(MetricRegistry instance)
Set default
MetricRegistry instance. |
Copyright © 2018 WSO2. All rights reserved.