asafm commented on code in PR #721:
URL: https://github.com/apache/pulsar-site/pull/721#discussion_r1370092943


##########
docs/reference-metrics.md:
##########
@@ -363,11 +363,11 @@ All the subscription metrics are labeled with the 
following labels:
 
 | Name | Type | Description |
 |---|---|---|
-| pulsar_subscription_back_log | Gauge | The total backlog of a subscription 
(entries). |
+| pulsar_subscription_back_log | Gauge | The number of entries 
(messages/batched-messages) in unacknowledged state for a subscription |
 | pulsar_subscription_back_log_no_delayed | Gauge | The backlog of a 
subscription that does not contain the delay messages (entries). |
 | pulsar_subscription_delayed | Gauge | The total number of messages are 
delayed to be dispatched for a subscription (messages). |
 | pulsar_subscription_msg_rate_redeliver | Gauge | The total message rate for 
message being redelivered (message per second). |
-| pulsar_subscription_unacked_messages | Gauge | The total number of 
unacknowledged messages of a subscription (messages). |
+| pulsar_subscription_unacked_messages | Gauge | The number of entries 
(messages/batched-messages) dispatched to consumers and are still 
unacknowledged |

Review Comment:
   <img width="1291" alt="image" 
src="https://github.com/apache/pulsar-site/assets/989425/2c4eb090-9e01-4212-b2ab-daee20e7adf0";>
   



-- 
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]

Reply via email to