com.endeca.portal.instrumentation
Interface MetricsAggregator.MetricsFilter

Enclosing class:
MetricsAggregator

public static interface MetricsAggregator.MetricsFilter

Return true if the metric should be included in the aggregator, false if it shouldn't


Method Summary
 boolean test(Metric metric)
           
 

Method Detail

test

boolean test(Metric metric)