Uses of Interface
org.eclipse.microprofile.metrics.MetricFilter
Packages that use MetricFilter
-
Uses of MetricFilter in org.eclipse.microprofile.metrics
Fields in org.eclipse.microprofile.metrics declared as MetricFilterModifier and TypeFieldDescriptionstatic final MetricFilterMetricFilter.ALLMatches all metrics, regardless of type orMetricID.Methods in org.eclipse.microprofile.metrics with parameters of type MetricFilterModifier and TypeMethodDescriptionMetricRegistry.getCounters(MetricFilter filter) Returns a map of all the counters in the registry and theirMetricIDs which match the given filter.MetricRegistry.getGauges(MetricFilter filter) Returns a map of all the gauges in the registry and theirMetricIDs which match the given filter.MetricRegistry.getHistograms(MetricFilter filter) Returns a map of all the histograms in the registry and theirMetricIDs which match the given filter.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(MetricFilter filter) Returns a map of all the timers in the registry and theirMetricIDs which match the given filter.voidMetricRegistry.removeMatching(MetricFilter filter) Removes all metrics which match the given filter.