You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by mi...@apache.org on 2023/02/09 11:07:33 UTC

[kafka] branch trunk updated: MINOR: Fixed typos in KRaft related metrics documentation (#13222)

This is an automated email from the ASF dual-hosted git repository.

mimaison pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/kafka.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 2603033e35e MINOR: Fixed typos in KRaft related metrics documentation (#13222)
2603033e35e is described below

commit 2603033e35e8dbf57e1b50a5c0a2f1d9f48778e0
Author: Paolo Patierno <pp...@live.com>
AuthorDate: Thu Feb 9 12:07:12 2023 +0100

    MINOR: Fixed typos in KRaft related metrics documentation (#13222)
    
    Signed-off-by: Paolo Patierno <pp...@live.com>
    
    Reviewers: Mickael Maison <mi...@gmail.com>
---
 docs/ops.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/ops.html b/docs/ops.html
index bf533f5612b..96ea6d0e71a 100644
--- a/docs/ops.html
+++ b/docs/ops.html
@@ -1890,7 +1890,7 @@ These metrics are reported on both Controllers and Brokers in a KRaft Cluster
   <tr>
     <td>Append Records Rate</td>
     <td>The average number of records appended per sec by the leader of the raft quorum.</td>
-    <td>kafka.server:type=raft-metrics,name=append-records-raft</td>
+    <td>kafka.server:type=raft-metrics,name=append-records-rate</td>
   </tr>
   <tr>
     <td>Average Poll Idle Ratio</td>
@@ -1929,7 +1929,7 @@ These metrics are reported on both Controllers and Brokers in a KRaft Cluster
   </tr>
   <tr>
     <td>Active Broker Count</td>
-    <td>The number of fenced brokers as observed by this Controller.</td>
+    <td>The number of active brokers as observed by this Controller.</td>
     <td>kafka.controller:type=KafkaController,name=ActiveBrokerCount</td>
   </tr>
   <tr>