Package | Description |
---|---|
org.eclipse.microprofile.metrics |
MicroProfile Metrics
|
Modifier and Type | Method and Description |
---|---|
Gauge<?> |
MetricRegistry.gauge(MetricID metricID,
Gauge<?> gauge)
|
Gauge<?> |
MetricRegistry.gauge(String name,
Gauge<?> gauge)
|
Gauge<?> |
MetricRegistry.gauge(String name,
Gauge<?> gauge,
Tag... tags)
|
Gauge<?> |
MetricRegistry.getGauge(MetricID metricID)
|
Modifier and Type | Method and Description |
---|---|
SortedMap<MetricID,Gauge> |
MetricRegistry.getGauges()
Returns a map of all the gauges in the registry and their
MetricID s. |
SortedMap<MetricID,Gauge> |
MetricRegistry.getGauges(MetricFilter filter)
Returns a map of all the gauges in the registry and their
MetricID s which match the given filter. |
Modifier and Type | Method and Description |
---|---|
Gauge<?> |
MetricRegistry.gauge(MetricID metricID,
Gauge<?> gauge)
|
Gauge<?> |
MetricRegistry.gauge(String name,
Gauge<?> gauge)
|
Gauge<?> |
MetricRegistry.gauge(String name,
Gauge<?> gauge,
Tag... tags)
|
Copyright © 2020. All rights reserved.