Anonymitaet commented on a change in pull request #10868:
URL: https://github.com/apache/pulsar/pull/10868#discussion_r648781668
##########
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 (bytes).
+
+ - **msgInCounter**: Total messages published to the topic (msg).
+
+ - **bytesOutCounter**: Total bytes delivered to consumer (bytes).
+
+ - **msgOutCounter**: Total messages delivered to consumer (msg).
+
+ - **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.
+
+ - **waitingPublishers**: The number of publishers waiting in queue in
exclusive access mode.
Review comment:
```suggestion
- **waitingPublishers**: The number of publishers waiting in a queue in
exclusive access mode.
```
--
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]