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

Reviewers: Mickael Maison <mickael.maison@gmail.com>, Taras Ledkov
This commit is contained in:
bachmanity1 2023-10-16 22:12:38 +09:00 committed by GitHub
parent 4150595b0a
commit eb187745cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -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 \
</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>