momo-jun commented on code in PR #15790: URL: https://github.com/apache/pulsar/pull/15790#discussion_r896295828
########## site2/docs/reference-metrics.md: ########## @@ -172,6 +172,7 @@ All the namespace metrics are labelled with the following labels: | pulsar_rate_out | Gauge | The total message rate of the namespace going out from this broker (message per second). | | pulsar_throughput_in | Gauge | The total throughput of the namespace coming into this broker (byte per second). | | pulsar_throughput_out | Gauge | The total throughput of the namespace going out from this broker (byte per second). | +| pulsar_consumer_msg_ack_rate | Gauge | The total message acknowledge rate of the namespace coming into this broker (message per second). | Review Comment: There are two spaces before `(`. Can you remove one? -- 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]
