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

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


The following commit(s) were added to refs/heads/asf-site by this push:
     new fe4cd58f MINOR: Fixed typos in KRaft related metrics documentation 
(#490)
fe4cd58f is described below

commit fe4cd58f41c02c2efa1d540a87203f22f09c32e8
Author: Paolo Patierno <paolo.patie...@gmail.com>
AuthorDate: Thu Feb 9 12:19:54 2023 +0100

    MINOR: Fixed typos in KRaft related metrics documentation (#490)
    
    Signed-off-by: Paolo Patierno <ppatie...@live.com>
    
    Reviewers: Mickael Maison <mickael.mai...@gmail.com>
---
 33/ops.html | 4 ++--
 34/ops.html | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/33/ops.html b/33/ops.html
index a15bcbd8..4d2b52c3 100644
--- a/33/ops.html
+++ b/33/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>
diff --git a/34/ops.html b/34/ops.html
index 24581464..c4387aba 100644
--- a/34/ops.html
+++ b/34/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>

Reply via email to