public interface MetricFilter
| Modifier and Type | Field and Description | 
|---|---|
| static MetricFilter | ALLMatches all metrics, regardless of type or  MetricID. | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | matches(MetricID metricID,
       Metric metric)Returns  trueif the metric matches the filter;falseotherwise. | 
static final MetricFilter ALL
MetricID.