com.netflix.servo.publish
Interface MetricFilter

All Known Implementing Classes:
BasicMetricFilter, PrefixMetricFilter, RegexMetricFilter

public interface MetricFilter

A filter to restrict the set of metrics that are polled.


Method Summary
 boolean matches(MonitorConfig config)
          Check if a metric with the provided configuration should be selected and sent to observers.
 

Method Detail

matches

boolean matches(MonitorConfig config)
Check if a metric with the provided configuration should be selected and sent to observers.

Parameters:
config - config settings associated with the metric
Returns:
true if the metric should be selected