public interface MetricFilter
| 限定符和类型 | 字段和说明 |
|---|---|
static MetricFilter |
ALL
Matches all metrics, regardless of type or name.
|
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
matches(MetricName name,
Metric metric)
Returns
true if the metric matches the filter; false otherwise. |
static final MetricFilter ALL
boolean matches(MetricName name, Metric metric)
true if the metric matches the filter; false otherwise.name - the metric's namemetric - the metrictrue if the metric matches the filterCopyright © 2019. All rights reserved.