Uses of Interface
org.eclipse.microprofile.metrics.Timer
-
Packages that use Timer Package Description org.eclipse.microprofile.metrics MicroProfile Metrics -
-
Uses of Timer in org.eclipse.microprofile.metrics
Methods in org.eclipse.microprofile.metrics that return Timer Modifier and Type Method Description Timer
MetricRegistry. getTimer(MetricID metricID)
Timer
MetricRegistry. timer(String name)
Timer
MetricRegistry. timer(String name, Tag... tags)
Timer
MetricRegistry. timer(Metadata metadata)
Timer
MetricRegistry. timer(Metadata metadata, Tag... tags)
Timer
MetricRegistry. timer(MetricID metricID)
Methods in org.eclipse.microprofile.metrics that return types with arguments of type Timer Modifier and Type Method Description SortedMap<MetricID,Timer>
MetricRegistry. getTimers()
Returns a map of all the timers in the registry and theirMetricID
s.SortedMap<MetricID,Timer>
MetricRegistry. getTimers(MetricFilter filter)
Returns a map of all the timers in the registry and theirMetricID
s which match the given filter.
-