You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2022/06/13 05:17:18 UTC

[GitHub] [pulsar] momo-jun commented on a diff in pull request #15790: [doc][broker][monitoring] add message_ack_rate metric doc

momo-jun commented on code in PR #15790:
URL: https://github.com/apache/pulsar/pull/15790#discussion_r895333516


##########
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:
   ```suggestion
   | pulsar_consumer_msg_ack_rate | Gauge | The total message acknowledgment rate of the namespace owned by this broker  (message per second). |
   ```



-- 
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: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org