Interface MetricFilter
- All Known Implementing Classes:
DefaultMetricFilter
public interface MetricFilter
A filter for metrics.
-
Field Summary
Fields -
Method Summary
-
Field Details
-
NO_OP_FILTER
Filter that accepts every metric.
-
-
Method Details
-
filter
Filters a given metric.- Parameters:
metric- the metric to filtername- the name of the metriclogicalScope- the logical scope of the metric- Returns:
- true, if the metric matches, false otherwise
-