| 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
MetricIDs. |
abstract SortedMap<MetricID,Gauge> |
MetricRegistry.getGauges(MetricFilter filter)
Returns a map of all the gauges in the registry and their
MetricIDs which match the given filter. |
Copyright © 2019. All rights reserved.