From eb187745cd99e4baf2d677a9fd45bd108ef9044c Mon Sep 17 00:00:00 2001 From: bachmanity1 <81428651+bachmanity1@users.noreply.github.com> Date: Mon, 16 Oct 2023 22:12:38 +0900 Subject: [PATCH] MINOR: Fix docs for ReplicationBytes(Out|In)PerSec metrics (#14228) Reviewers: Mickael Maison , Taras Ledkov --- docs/ops.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/ops.html b/docs/ops.html index b6a30aa24ba..3ee9cac4237 100644 --- a/docs/ops.html +++ b/docs/ops.html @@ -1453,8 +1453,8 @@ $ bin/kafka-acls.sh \ Byte in rate from other brokers - kafka.server:type=BrokerTopicMetrics,name=ReplicationBytesInPerSec,topic=([-.\w]+) - Byte in (from the other brokers) rate per topic. Omitting 'topic=(...)' will yield the all-topic rate. + kafka.server:type=BrokerTopicMetrics,name=ReplicationBytesInPerSec + Byte in (from the other brokers) rate across all topics. Controller Request rate from Broker @@ -1537,8 +1537,8 @@ $ bin/kafka-acls.sh \ Byte out rate to other brokers - kafka.server:type=BrokerTopicMetrics,name=ReplicationBytesOutPerSec,topic=([-.\w]+) - Byte out (to the other brokers) rate per topic. Omitting 'topic=(...)' will yield the all-topic rate. + kafka.server:type=BrokerTopicMetrics,name=ReplicationBytesOutPerSec + Byte out (to the other brokers) rate across all topics Rejected byte rate