Uses of Class
com.codahale.metrics.riemann.ValueFilter
-
Uses of ValueFilter in com.codahale.metrics.riemann
Methods in com.codahale.metrics.riemann that return ValueFilterModifier and TypeMethodDescriptionValueFilter.Builder.build()Build a ValueFilter using this Builder instanceMethods in com.codahale.metrics.riemann that return types with arguments of type ValueFilterModifier and TypeMethodDescriptionValueFilterMap.getFilterList(com.codahale.metrics.Metric metric, String measure) Returns the list of filters that have been added to the given metric, measure pair.Methods in com.codahale.metrics.riemann with parameters of type ValueFilterModifier and TypeMethodDescriptionValueFilterMap.addFilter(com.codahale.metrics.Metric metric, String measure, ValueFilter filter) Add a filter associated with the given measure for the given metric.