Interface MetricUtils.PropertyFilter

  • Enclosing class:
    MetricUtils

    public static interface MetricUtils.PropertyFilter
    This filter can limit what properties of a metric are returned.
    • Method Detail

      • accept

        boolean accept​(String name)
        Return only properties that match.
        Parameters:
        name - property name
        Returns:
        true if this property should be returned, false otherwise.