momo-jun commented on code in PR #15790: URL: https://github.com/apache/pulsar/pull/15790#discussion_r896295511
########## site2/docs/reference-metrics.md: ########## @@ -220,6 +221,7 @@ All the topic metrics are labelled with the following labels: | pulsar_publish_rate_limit_times | Gauge | The number of times the publish rate limit is triggered. | | pulsar_throughput_in | Gauge | The total throughput of the topic coming into this broker (byte per second). | | pulsar_throughput_out | Gauge | The total throughput of the topic going out from this broker (byte per second). | +| pulsar_consumer_msg_ack_rate | Gauge | The total message acknowledge rate of the topic coming into this broker (message per second). | Review Comment: OK. My suggestion is to use "connected to" rather than "coming into", following the description of `pulsar_consumers_count`. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
