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 TimerMetricRegistry. getTimer(MetricID metricID)TimerMetricRegistry. timer(String name)TimerMetricRegistry. timer(String name, Tag... tags)TimerMetricRegistry. timer(Metadata metadata)TimerMetricRegistry. timer(Metadata metadata, Tag... tags)TimerMetricRegistry. 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 theirMetricIDs.SortedMap<MetricID,Timer>MetricRegistry. getTimers(MetricFilter filter)Returns a map of all the timers in the registry and theirMetricIDs which match the given filter.
-