Uses of Class
org.eclipse.microprofile.metrics.MetricID
Packages that use MetricID
-
Uses of MetricID in org.eclipse.microprofile.metrics
Methods in org.eclipse.microprofile.metrics that return types with arguments of type MetricIDModifier and TypeMethodDescriptionMetricRegistry.getCounters()Returns a map of all the counters in the registry and theirMetricIDs.MetricRegistry.getCounters(MetricFilter filter) Returns a map of all the counters in the registry and theirMetricIDs which match the given filter.MetricRegistry.getGauges()Returns a map of all the gauges in the registry and theirMetricIDs.MetricRegistry.getGauges(MetricFilter filter) Returns a map of all the gauges in the registry and theirMetricIDs which match the given filter.MetricRegistry.getHistograms()Returns a map of all the histograms in the registry and theirMetricIDs.MetricRegistry.getHistograms(MetricFilter filter) Returns a map of all the histograms in the registry and theirMetricIDs which match the given filter.MetricRegistry.getMetricIDs()Returns a set of theMetricIDs of all the metrics in the registry.MetricRegistry.getMetrics()Returns a map of all the metrics in the registry and theirMetricIDs at query time.MetricRegistry.getMetrics(Class<T> ofType, MetricFilter filter) Returns a map of all the metrics in the registry and theirMetricIDs which match the given filter and which are assignable to the provided type.MetricRegistry.getMetrics(MetricFilter filter) Returns a map of all the metrics in the registry and theirMetricIDs which match the given filter.MetricRegistry.getTimers()Returns a map of all the timers in the registry and theirMetricIDs.MetricRegistry.getTimers(MetricFilter filter) Returns a map of all the timers in the registry and theirMetricIDs which match the given filter.Methods in org.eclipse.microprofile.metrics with parameters of type MetricIDModifier and TypeMethodDescriptionintCompares two MetricID objects through the following steps:
Compares the names of the two MetricIDs lexicographically. If the names are equal: Compare the number of tags. If the tag lengths are equal: Compare the Tags (sorted by the Tag's key value) a) Compare the Tag names/keys lexicographically b) If keys are equal, compare the Tag values lexicographicallyMetricRegistry.getCounter(MetricID metricID) Gauge<?>MetricRegistry.getHistogram(MetricID metricID) <T extends Metric>
TbooleanReturnstrueif the metric matches the filter;falseotherwise.booleanRemoves the metric with the given MetricID