Jason918 commented on a change in pull request #10868:
URL: https://github.com/apache/pulsar/pull/10868#discussion_r652449415
##########
File path: site2/docs/admin-api-topics.md
##########
@@ -187,14 +187,42 @@ You can check the following statistics of a given
non-partitioned topic.
- **storageSize**: The sum of the ledgers' storage size for this topic.
The space used to store the messages for the topic.
+ - **bytesInCounter**: Total bytes published to the topic.
+
+ - **msgInCounter**: Total messages published to the topic.
+
+ - **bytesOutCounter**: Total bytes delivered to consumer (bytes).
+
+ - **msgOutCounter**: Total messages delivered to consumer.
+
+ - **msgChunkPublished**: Topic has chunked message published on it.
+
+ - **backlogSize**: Estimated total unconsumed or backlog size (in bytes).
+
+ - **offloadedStorageSize**: Space used to store the offloaded messages for
the topic.
Review comment:
Add **bytes** in the latest commit.
--
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]