public class HttpMetricsReporterExclude extends Object implements org.apache.kafka.common.Reconfigurable, MetricsReporterExclude
Modifier and Type | Field and Description |
---|---|
static String |
CONFIG_NAME |
static HttpMetricsReporterExclude |
INSTANCE |
Modifier and Type | Method and Description |
---|---|
void |
configure(Map<String,?> configs) |
Set<String> |
reconfigurableConfigs() |
void |
reconfigure(Map<String,?> configs) |
boolean |
shouldBeExcluded(Object metricName) |
void |
validateReconfiguration(Map<String,?> configs) |
public static final HttpMetricsReporterExclude INSTANCE
public static final String CONFIG_NAME
public void configure(Map<String,?> configs)
configure
in interface org.apache.kafka.common.Configurable
public Set<String> reconfigurableConfigs()
reconfigurableConfigs
in interface org.apache.kafka.common.Reconfigurable
public void validateReconfiguration(Map<String,?> configs) throws org.apache.kafka.common.config.ConfigException
validateReconfiguration
in interface org.apache.kafka.common.Reconfigurable
org.apache.kafka.common.config.ConfigException
public void reconfigure(Map<String,?> configs)
reconfigure
in interface org.apache.kafka.common.Reconfigurable
public boolean shouldBeExcluded(Object metricName)
shouldBeExcluded
in interface MetricsReporterExclude