Interface MetricFilter


public interface MetricFilter
A filter used to determine whether or not a metric should be reported, among other things.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final MetricFilter
    Matches all metrics, regardless of type or MetricID.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    matches(MetricID metricID, Metric metric)
    Returns true if the metric matches the filter; false otherwise.
  • Field Details

  • Method Details

    • matches

      boolean matches(MetricID metricID, Metric metric)
      Returns true if the metric matches the filter; false otherwise.
      Parameters:
      metricID - the metric's MetricID
      metric - the metric
      Returns:
      true if the metric matches the filter