| Package | Description |
|---|---|
| org.eclipse.microprofile.metrics |
MicroProfile Metrics
|
| Modifier and Type | Method and Description |
|---|---|
abstract Counter |
MetricRegistry.counter(Metadata metadata)
|
abstract Counter |
MetricRegistry.counter(Metadata metadata,
Tag... tags)
|
abstract Counter |
MetricRegistry.counter(String name)
|
abstract Counter |
MetricRegistry.counter(String name,
Tag... tags)
|
| Modifier and Type | Method and Description |
|---|---|
abstract SortedMap<MetricID,Counter> |
MetricRegistry.getCounters()
Returns a map of all the counters in the registry and their
MetricIDs. |
abstract 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 © 2020. All rights reserved.