Interface MetricPublicationFilter


  • public interface MetricPublicationFilter
    Determines whether a metric should be published.
    • Method Detail

      • shouldPublish

        boolean shouldPublish()
      • getLabel

        default String getLabel()
        A label which is used to deduplicate filters; it need only be unique across filters on a given metric.