Class VolumeMetricsCollector.VolumeMetricsCollectorConfig
java.lang.Object
org.apache.kafka.common.config.AbstractConfig
io.confluent.telemetry.collector.VolumeMetricsCollector.VolumeMetricsCollectorConfig
- Enclosing class:
VolumeMetricsCollector
public static class VolumeMetricsCollector.VolumeMetricsCollectorConfig
extends org.apache.kafka.common.config.AbstractConfig
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final booleanstatic final longstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final StringFields inherited from class org.apache.kafka.common.config.AbstractConfig
AUTOMATIC_CONFIG_PROVIDERS_PROPERTY, CONFIG_PROVIDERS_CONFIG, CONFIG_PROVIDERS_DOC -
Constructor Summary
ConstructorsConstructorDescriptionVolumeMetricsCollectorConfig(Map<?, ?> originals) VolumeMetricsCollectorConfig(Map<?, ?> originals, boolean doLog) -
Method Summary
Methods inherited from class org.apache.kafka.common.config.AbstractConfig
documentationOf, equals, getBoolean, getClass, getConfiguredInstance, getConfiguredInstance, getConfiguredInstances, getConfiguredInstances, getConfiguredInstances, getDouble, getInt, getList, getLong, getPassword, getShort, getString, hashCode, ignore, logUnused, nonInternalValues, originals, originals, originalsStrings, originalsWithPrefix, originalsWithPrefix, typeOf, unused, values, valuesWithPrefixAllOrNothing, valuesWithPrefixOverride
-
Field Details
-
PREFIX
- See Also:
-
VOLUME_METRICS_UPDATE_PERIOD_MS
- See Also:
-
DEFAULT_VOLUME_METRICS_UPDATE_PERIOD
public static final long DEFAULT_VOLUME_METRICS_UPDATE_PERIOD- See Also:
-
VOLUME_METRICS_UPDATE_PERIOD_DOC
- See Also:
-
INCLUDE_LOG_DIRS_LABEL
- See Also:
-
DEFAULT_INCLUDE_LOG_DIRS_LABEL
public static final boolean DEFAULT_INCLUDE_LOG_DIRS_LABEL- See Also:
-
INCLUDE_LOG_DIRS_LABEL_DOC
- See Also:
-
-
Constructor Details
-
VolumeMetricsCollectorConfig
-
VolumeMetricsCollectorConfig
-