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