Uses of Interface
com.codahale.metrics.MetricFilter
-
Uses of MetricFilter in com.codahale.metrics
Fields in com.codahale.metrics declared as MetricFilterModifier and TypeFieldDescriptionstatic final MetricFilterMetricFilter.ALLMatches all metrics, regardless of type or name.Methods in com.codahale.metrics that return MetricFilterModifier and TypeMethodDescriptionstatic MetricFilterstatic MetricFilterstatic MetricFilterMetricFilter.startsWith(String prefix) Methods in com.codahale.metrics with parameters of type MetricFilterModifier and TypeMethodDescriptionConsoleReporter.Builder.filter(MetricFilter filter) Only report metrics which match the given filter.CsvReporter.Builder.filter(MetricFilter filter) Only report metrics which match the given filter.Slf4jReporter.Builder.filter(MetricFilter filter) Only report metrics which match the given filter.MetricRegistry.getCounters(MetricFilter filter) Returns a map of all the counters in the registry and their names which match the given filter.NoopMetricRegistry.getCounters(MetricFilter filter) Returns a map of all the counters in the registry and their names which match the given filter.MetricRegistry.getGauges(MetricFilter filter) Returns a map of all the gauges in the registry and their names which match the given filter.NoopMetricRegistry.getGauges(MetricFilter filter) Returns a map of all the gauges in the registry and their names which match the given filter.MetricRegistry.getHistograms(MetricFilter filter) Returns a map of all the histograms in the registry and their names which match the given filter.NoopMetricRegistry.getHistograms(MetricFilter filter) Returns a map of all the histograms in the registry and their names which match the given filter.MetricRegistry.getMeters(MetricFilter filter) Returns a map of all the meters in the registry and their names which match the given filter.NoopMetricRegistry.getMeters(MetricFilter filter) Returns a map of all the meters in the registry and their names which match the given filter.MetricRegistry.getTimers(MetricFilter filter) Returns a map of all the timers in the registry and their names which match the given filter.NoopMetricRegistry.getTimers(MetricFilter filter) Returns a map of all the timers in the registry and their names which match the given filter.voidMetricRegistry.removeMatching(MetricFilter filter) Removes all metrics which match the given filter.voidNoopMetricRegistry.removeMatching(MetricFilter filter) Removes all metrics which match the given filter.Constructors in com.codahale.metrics with parameters of type MetricFilterModifierConstructorDescriptionprotectedScheduledReporter(MetricRegistry registry, String name, MetricFilter filter, TimeUnit rateUnit, TimeUnit durationUnit) Creates a newScheduledReporterinstance.protectedScheduledReporter(MetricRegistry registry, String name, MetricFilter filter, TimeUnit rateUnit, TimeUnit durationUnit, ScheduledExecutorService executor) Creates a newScheduledReporterinstance.protectedScheduledReporter(MetricRegistry registry, String name, MetricFilter filter, TimeUnit rateUnit, TimeUnit durationUnit, ScheduledExecutorService executor, boolean shutdownExecutorOnStop) Creates a newScheduledReporterinstance.protectedScheduledReporter(MetricRegistry registry, String name, MetricFilter filter, TimeUnit rateUnit, TimeUnit durationUnit, ScheduledExecutorService executor, boolean shutdownExecutorOnStop, Set<MetricAttribute> disabledMetricAttributes)