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 e98b38c KAFKA-8360: Docs do not mention RequestQueueSize JMX metric
(#9325)
e98b38c is described below
commit e98b38cb1eb2804c96b94bd13c553a1e92e793b9
Author: Ankit Kumar <[email protected]>
AuthorDate: Tue Sep 29 14:02:17 2020 +0530
KAFKA-8360: Docs do not mention RequestQueueSize JMX metric (#9325)
Reviewers: Mickael Maison <[email protected]>, Viktor Somogyi-Vass
<[email protected]>
Co-authored-by: akumar <[email protected]>
---
docs/ops.html | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/docs/ops.html b/docs/ops.html
index 931d2b2..322bf39 100644
--- a/docs/ops.html
+++ b/docs/ops.html
@@ -861,6 +861,11 @@
<td>Number of records which required message format conversion.</td>
</tr>
<tr>
+ <td>Request Queue Size</td>
+ <td>kafka.network:type=RequestChannel,name=RequestQueueSize</td>
+ <td>Size of the request queue.</td>
+ </tr>
+ <tr>
<td>Byte out rate to clients</td>
<td>kafka.server:type=BrokerTopicMetrics,name=BytesOutPerSec</td>
<td></td>