splett2 commented on a change in pull request #11473:
URL: https://github.com/apache/kafka/pull/11473#discussion_r746081553



##########
File path: docs/ops.html
##########
@@ -1447,12 +1447,32 @@ <h4 class="anchor-heading"><a id="remote_jmx" 
class="anchor-link"></a><a href="#
         
<td>kafka.network:type=RequestMetrics,name=RequestsPerSec,request={Produce|FetchConsumer|FetchFollower},version=([0-9]+)</td>
         <td></td>
       </tr>
+      <tr>
+        <td>Produce request rate</td>
+        
<td>kafka.server:type=BrokerTopicMetrics,name=TotalProduceRequestsPerSec</td>
+        <td></td>
+      </tr>
+      <tr>
+        <td>Fetch request rate</td>
+        
<td>kafka.server:type=BrokerTopicMetrics,name=TotalFetchRequestsPerSec</td>
+        <td></td>
+      </tr>
       <tr>
         <td>Error rate</td>
         
<td>kafka.network:type=RequestMetrics,name=ErrorsPerSec,request=([-.\w]+),error=([-.\w]+)</td>
         <td>Number of errors in responses counted per-request-type, 
per-error-code. If a response contains
             multiple errors, all are counted. error=NONE indicates successful 
responses.</td>
       </tr>
+      <tr>
+        <td>Failed produce request rate</td>
+        
<td>kafka.server:type=BrokerTopicMetrics,name=FailedProduceRequestsPerSec</td>
+        <td></td>

Review comment:
       seems like we're missing an explanation for what these metrics measure.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: jira-unsubscr...@kafka.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to