From 269b457d30940e51f532d6a1b616b9506f87232f Mon Sep 17 00:00:00 2001 From: Igor Soarez Date: Tue, 16 Apr 2024 15:20:52 +0100 Subject: [PATCH] MINOR: Add missing docs for migration metrics (#15718) Reviewers: Mickael Maison --- docs/ops.html | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/docs/ops.html b/docs/ops.html index fc8ae78740d..c3abea5e014 100644 --- a/docs/ops.html +++ b/docs/ops.html @@ -2113,6 +2113,24 @@ These metrics are reported on both Controllers and Brokers in a KRaft Cluster The number of active brokers as observed by this Controller. kafka.controller:type=KafkaController,name=ActiveBrokerCount + + Migrating ZK Broker Count + The number of brokers registered with the Controller that haven't yet migrated to KRaft mode. + kafka.controller:type=KafkaController,name=MigratingZkBrokerCount + + + ZK Migrating State + + + + kafka.controller:type=KafkaController,name=ZkMigrationState + Global Topic Count The number of global topics as observed by this Controller. @@ -2126,7 +2144,7 @@ These metrics are reported on both Controllers and Brokers in a KRaft Cluster Offline Partition Count The number of offline topic partitions (non-internal) as observed by this Controller. - kafka.controller:type=KafkaController,name=OfflinePartitionCount + kafka.controller:type=KafkaController,name=OfflinePartitionsCount Preferred Replica Imbalance Count