Browse Source

MINOR: Fix docs for ReplicationBytes(Out|In)PerSec metrics (#14228)

Reviewers: Mickael Maison <mickael.maison@gmail.com>, Taras Ledkov
pull/14101/merge
bachmanity1 1 year ago committed by GitHub
parent
commit
eb187745cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      docs/ops.html

8
docs/ops.html

@ -1453,8 +1453,8 @@ $ bin/kafka-acls.sh \ @@ -1453,8 +1453,8 @@ $ bin/kafka-acls.sh \
</tr>
<tr>
<td>Byte in rate from other brokers</td>
<td>kafka.server:type=BrokerTopicMetrics,name=ReplicationBytesInPerSec,topic=([-.\w]+)</td>
<td>Byte in (from the other brokers) rate per topic. Omitting 'topic=(...)' will yield the all-topic rate.</td>
<td>kafka.server:type=BrokerTopicMetrics,name=ReplicationBytesInPerSec</td>
<td>Byte in (from the other brokers) rate across all topics.</td>
</tr>
<tr>
<td>Controller Request rate from Broker</td>
@ -1537,8 +1537,8 @@ $ bin/kafka-acls.sh \ @@ -1537,8 +1537,8 @@ $ bin/kafka-acls.sh \
</tr>
<tr>
<td>Byte out rate to other brokers</td>
<td>kafka.server:type=BrokerTopicMetrics,name=ReplicationBytesOutPerSec,topic=([-.\w]+)</td>
<td>Byte out (to the other brokers) rate per topic. Omitting 'topic=(...)' will yield the all-topic rate.</td>
<td>kafka.server:type=BrokerTopicMetrics,name=ReplicationBytesOutPerSec</td>
<td>Byte out (to the other brokers) rate across all topics</td>
</tr>
<tr>
<td>Rejected byte rate</td>

Loading…
Cancel
Save