| Package | Description |
|---|---|
| org.eclipse.microprofile.metrics |
MicroProfile Metrics
|
| Modifier and Type | Method and Description |
|---|---|
Counter |
MetricRegistry.counter(Metadata metadata)
|
Counter |
MetricRegistry.counter(Metadata metadata,
Tag... tags)
|
Counter |
MetricRegistry.counter(MetricID metricID)
|
Counter |
MetricRegistry.counter(String name)
|
Counter |
MetricRegistry.counter(String name,
Tag... tags)
|
Counter |
MetricRegistry.getCounter(MetricID metricID)
|
| Modifier and Type | Method and Description |
|---|---|
SortedMap<MetricID,Counter> |
MetricRegistry.getCounters()
Returns a map of all the counters in the registry and their
MetricIDs. |
SortedMap<MetricID,Counter> |
MetricRegistry.getCounters(MetricFilter filter)
Returns a map of all the counters in the registry and their
MetricIDs which match the given filter. |
Copyright © 2017 – 2021 Eclipse Foundation. All rights reserved.
Use is subject to license terms.