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 Detail

      • 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.