This is an automated email from the ASF dual-hosted git repository. ijuma pushed a commit to branch 2.7 in repository https://gitbox.apache.org/repos/asf/kafka.git
commit 766dadd4e733f23520ffa0260ba4a7ac63ffa315 Author: Luke Chen <[email protected]> AuthorDate: Tue Dec 15 22:39:07 2020 +0800 KAFKA-10776: Add version attribute in RequestsPerSec metrics documentation (#9661) See https://cwiki.apache.org/confluence/display/KAFKA/KIP-272%3A+Add+API+version+tag+to+broker%27s+RequestsPerSec+metric Reviewers: Ismael Juma <[email protected]> --- docs/ops.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ops.html b/docs/ops.html index b84c980..2249ae2 100644 --- a/docs/ops.html +++ b/docs/ops.html @@ -737,7 +737,7 @@ </tr> <tr> <td>Request rate</td> - <td>kafka.network:type=RequestMetrics,name=RequestsPerSec,request={Produce|FetchConsumer|FetchFollower}</td> + <td>kafka.network:type=RequestMetrics,name=RequestsPerSec,request={Produce|FetchConsumer|FetchFollower},version=([0-9]+)</td> <td></td> </tr> <tr>
