public interface MetricFilter
MetricDescriptor, that is used (among other
purposes) to determine whether or not a TimeStampedMetric should
be reported.| Modifier and Type | Field and Description |
|---|---|
static MetricFilter |
ALL
A filter that matches all
TimeStampedMetrics. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
matches(MetricDescriptor descriptor)
|
static final MetricFilter ALL
TimeStampedMetrics.boolean matches(MetricDescriptor descriptor)
descriptor - the MetricDescriptor to compare to the filtertrue if so, false if notCopyright © 2014. All Rights Reserved.