| Package | Description |
|---|---|
| org.eclipse.microprofile.metrics |
| Modifier and Type | Method and Description |
|---|---|
abstract Timer |
MetricRegistry.timer(Metadata metadata)
|
abstract Timer |
MetricRegistry.timer(String name)
|
| Modifier and Type | Method and Description |
|---|---|
abstract SortedMap<String,Timer> |
MetricRegistry.getTimers()
Returns a map of all the timers in the registry and their names.
|
abstract SortedMap<String,Timer> |
MetricRegistry.getTimers(MetricFilter filter)
Returns a map of all the timers in the registry and their names which match the given filter.
|
Copyright © 2017. All rights reserved.