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