Anonymitaet commented on a change in pull request #10868:
URL: https://github.com/apache/pulsar/pull/10868#discussion_r648783119
##########
File path: site2/docs/admin-api-topics.md
##########
@@ -219,12 +251,46 @@ You can check the following statistics of a given
non-partitioned topic.
- **lastExpireTimestamp**: The timestamp of the last message
expire execution.
- - **lastConsumedFlowTimestamp**: The timestamp of the last flow
command received.
-
+ - **lastConsumedFlowTimestamp**: The timestamp of the last flow
command received.
+
- **lastConsumedTimestamp**: The latest timestamp of all the
consumed timestamp of the consumers.
- **lastAckedTimestamp**: The latest timestamp of all the acked
timestamp of the consumers.
+ - **bytesOutCounter**: Total bytes delivered to consumer (bytes).
+
+ - **msgOutCounter**: Total messages delivered to consumer (msg).
+
+ - **msgRateRedeliver**: Total rate of messages redelivered on this
subscription (msg/s).
+
+ - **chunkedMessageRate**: Chunked message dispatch rate.
+
+ - **backlogSize**: Size of backlog in byte.
+
+ - **msgBacklogNoDelayed**: Number of messages in the subscription
backlog that do not contain the delay messages.
+
+ - **blockedSubscriptionOnUnackedMsgs**: Flag to verify if
subscription is blocked due to reaching threshold of unacked messages.
+
+ - **msgDelayed**: Number of delayed messages currently being
tracked.
+
+ - **unackedMessages**: Number of unacknowledged messages for the
subscription.
+
+ - **activeConsumerName**: The name of the consumer that is active
for single active consumer subscriptions i.e. failover or exclusive.
+
+ - **totalMsgExpired**: Total messages expired on this
subscription.
+
+ - **lastMarkDeleteAdvancedTimestamp**: Last MarkDelete position
advanced timestamp.
+
+ - **durable**: Tells whether this subscription is durable or
ephemeral (eg.: from a reader).
Review comment:
```suggestion
- **durable**: Whether the subscription is durable or ephemeral
(for example, from a reader).
```
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]