Interface StormMetricsFilter

All Superinterfaces:
com.codahale.metrics.MetricFilter
All Known Implementing Classes:
RegexFilter

public interface StormMetricsFilter extends com.codahale.metrics.MetricFilter
  • Field Summary

    Fields inherited from interface com.codahale.metrics.MetricFilter

    ALL
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Called after the filter is instantiated.

    Methods inherited from interface com.codahale.metrics.MetricFilter

    matches
  • Method Details

    • prepare

      void prepare(Map<String,Object> config)
      Called after the filter is instantiated.
      Parameters:
      config - A map of the properties from the 'filter' section of the reporter configuration.