Anonymitaet commented on a change in pull request #10868:
URL: https://github.com/apache/pulsar/pull/10868#discussion_r648782700
##########
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.
Review comment:
```suggestion
- **backlogSize**: Size of backlog (in byte).
```
--
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]