divijvaidya commented on code in PR #13078: URL: https://github.com/apache/kafka/pull/13078#discussion_r1065715264
########## docs/ops.html: ########## @@ -1604,6 +1604,11 @@ <h4 class="anchor-heading"><a id="remote_jmx" class="anchor-link"></a><a href="# <td>kafka.server:type=ReplicaManager,name=AtMinIsrPartitionCount</td> <td>0</td> </tr> + <tr> + <td>Producer Id counts</td> + <td>kafka.server:type=ReplicaManager,name=ProducerIdCount</td> + <td>Count of all producer ids for each replica on the broker.</td> Review Comment: My only concern is that non-expert user may not understand that producer IDs are not generated for all producers. It would be nice if we can explicitly clarify here that this metrics only counts the producers that create a producer ID i.e. idempotent/transactional. -- 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