Uses of Interface
org.eclipse.microprofile.metrics.Counter
-
Packages that use Counter Package Description org.eclipse.microprofile.metrics MicroProfile Metrics -
-
Uses of Counter in org.eclipse.microprofile.metrics
Methods in org.eclipse.microprofile.metrics that return Counter Modifier and Type Method Description CounterMetricRegistry. counter(String name)CounterMetricRegistry. counter(String name, Tag... tags)CounterMetricRegistry. counter(Metadata metadata)CounterMetricRegistry. counter(Metadata metadata, Tag... tags)CounterMetricRegistry. counter(MetricID metricID)CounterMetricRegistry. getCounter(MetricID metricID)Methods in org.eclipse.microprofile.metrics that return types with arguments of type Counter Modifier and Type Method Description SortedMap<MetricID,Counter>MetricRegistry. getCounters()Returns a map of all the counters in the registry and theirMetricIDs.SortedMap<MetricID,Counter>MetricRegistry. getCounters(MetricFilter filter)Returns a map of all the counters in the registry and theirMetricIDs which match the given filter.
-