Package | Description |
---|---|
org.eclipse.microprofile.metrics |
MicroProfile Metrics
|
Modifier and Type | Method and Description |
---|---|
abstract SortedMap<MetricID,Gauge> |
MetricRegistry.getGauges()
Returns a map of all the gauges in the registry and their
MetricID s. |
abstract 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. |
Copyright © 2021. All rights reserved.