public static final java.lang.String |
BOOTSTRAP_SERVERS_CONFIG |
"confluent.metrics.reporter.bootstrap.servers" |
public static final java.lang.String |
BOOTSTRAP_SERVERS_DOC |
"Bootstrap servers for the Kafka cluster metrics will be published to. The metrics cluster may be different from the cluster(s) whose metrics are being collected. Several production Kafka clusters can publish to a single metrics cluster, for example." |
public static final java.lang.String |
DEFAULT_TOPIC_CONFIG |
"_confluent-metrics" |
public static final boolean |
DEFAULT_TOPIC_CREATE_CONFIG |
true |
public static final int |
DEFAULT_TOPIC_MAX_MESSAGE_BYTES_CONFIG |
10485760 |
public static final int |
DEFAULT_TOPIC_PARTITIONS_CONFIG |
12 |
public static final int |
DEFAULT_TOPIC_REPLICAS_CONFIG |
3 |
public static final long |
DEFAULT_TOPIC_RETENTION_BYTES_CONFIG |
-1L |
public static final long |
DEFAULT_VOLUME_METRICS_REFRESH_PERIOD |
15000L |
public static final java.lang.String |
METRICS_REPORTER_PREFIX |
"confluent.metrics.reporter." |
public static final java.lang.String |
PUBLISH_PERIOD_CONFIG |
"confluent.metrics.reporter.publish.ms" |
public static final java.lang.String |
PUBLISH_PERIOD_DOC |
"The metrics reporter will publish new metrics to the metrics topic in intervals defined by this setting. This means that control center system health data lags by this duration, or that rebalancer may compute a plan based on broker data that is stale by this duration. The default is a reasonable value for production environments and it typically does not need to be changed." |
public static final java.lang.String |
TOPIC_CONFIG |
"confluent.metrics.reporter.topic" |
public static final java.lang.String |
TOPIC_CREATE_CONFIG |
"confluent.metrics.reporter.topic.create" |
public static final java.lang.String |
TOPIC_CREATE_DOC |
"Create the metrics topic if it does not exist." |
public static final java.lang.String |
TOPIC_DOC |
"Topic on which metrics data will be written." |
public static final java.lang.String |
TOPIC_MAX_MESSAGE_BYTES_CONFIG |
"confluent.metrics.reporter.topic.max.message.bytes" |
public static final java.lang.String |
TOPIC_MAX_MESSAGE_BYTES_DOC |
"Maximum message size for the metrics topic." |
public static final java.lang.String |
TOPIC_PARTITIONS_CONFIG |
"confluent.metrics.reporter.topic.partitions" |
public static final java.lang.String |
TOPIC_PARTITIONS_DOC |
"Number of partitions in the metrics topic." |
public static final java.lang.String |
TOPIC_REPLICAS_CONFIG |
"confluent.metrics.reporter.topic.replicas" |
public static final java.lang.String |
TOPIC_REPLICAS_DOC |
"Number of replicas in the metric topic. It must not be higher than the number of brokers in the Kafka cluster." |
public static final java.lang.String |
TOPIC_RETENTION_BYTES_CONFIG |
"confluent.metrics.reporter.topic.retention.bytes" |
public static final java.lang.String |
TOPIC_RETENTION_BYTES_DOC |
"Retention bytes for the metrics topic." |
public static final java.lang.String |
TOPIC_RETENTION_MS_CONFIG |
"confluent.metrics.reporter.topic.retention.ms" |
public static final java.lang.String |
TOPIC_RETENTION_MS_DOC |
"Retention time for the metrics topic." |
public static final java.lang.String |
TOPIC_ROLL_MS_CONFIG |
"confluent.metrics.reporter.topic.roll.ms" |
public static final java.lang.String |
TOPIC_ROLL_MS_DOC |
"Log rolling time for the metrics topic." |
public static final java.lang.String |
VOLUME_METRICS_REFRESH_PERIOD_DOC |
"The minimum interval at which to fetch new volume metrics." |
public static final java.lang.String |
VOLUME_METRICS_REFRESH_PERIOD_MS |
"confluent.metrics.reporter.volume.metrics.refresh.ms" |
public static final java.lang.String |
WHITELIST_CONFIG |
"confluent.metrics.reporter.whitelist" |
public static final java.lang.String |
WHITELIST_DOC |
"Regex matching the yammer metric mbean name or Kafka metric name to be published to the metrics topic.\n\nBy default this includes all the metrics required by Confluent Control Center and Confluent Auto Data Balancer. This should typically never be modified unless requested by Confluent." |