MINOR: add a space for kafka.metrics.polling.interval.secs description (#17256)

Reviewers: Chia-Ping Tsai <chia7712@gmail.com>
This commit is contained in:
Ken Huang 2024-09-24 21:51:05 +08:00 committed by Chia-Ping Tsai
parent 16e8f85466
commit 1c67c4e948
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ public class MetricConfigs {
" the standard MBean convention."; " the standard MBean convention.";
public static final String KAFKA_METRICS_POLLING_INTERVAL_SECONDS_CONFIG = "kafka.metrics.polling.interval.secs"; public static final String KAFKA_METRICS_POLLING_INTERVAL_SECONDS_CONFIG = "kafka.metrics.polling.interval.secs";
public static final int KAFKA_METRICS_POLLING_INTERVAL_SECONDS_DEFAULT = 10; public static final int KAFKA_METRICS_POLLING_INTERVAL_SECONDS_DEFAULT = 10;
public static final String KAFKA_METRICS_POLLING_INTERVAL_SECONDS_DOC = "The metrics polling interval (in seconds) which can be used in" + public static final String KAFKA_METRICS_POLLING_INTERVAL_SECONDS_DOC = "The metrics polling interval (in seconds) which can be used in " +
KAFKA_METRICS_REPORTER_CLASSES_CONFIG + " implementations."; KAFKA_METRICS_REPORTER_CLASSES_CONFIG + " implementations.";
/** ********* Kafka Client Telemetry Metrics Configuration ***********/ /** ********* Kafka Client Telemetry Metrics Configuration ***********/