dao-jun commented on code in PR #870:
URL: https://github.com/apache/pulsar-site/pull/870#discussion_r1546061643
##########
docs/administration-stats.md:
##########
@@ -22,8 +22,8 @@ All stats below are **reset** to 0 upon broker restart or
topic unloading, **exc
| msgRateOut | The sum of all local and
replication consumers' dispatch rates (message per second).
|
| msgThroughputOut | The sum of all local and
replication consumers' dispatch rates (byte per second).
|
| averageMsgSize | The average size (bytes)
of messages published within the last interval.
|
-| storageSize* | The sum of the ledgers'
storage size **in BookKeeper** for a topic (in bytes). <br/><br/>**Note**: the
`total storage size of a topic` = `storageSize` + `offloadedStorageSize`.
|
-| offloadedStorageSize* | The sum of the storage
size **in tiered storage** for a topic (in bytes).<br/><br/>**Note**: the
`total storage size of a topic` = `storageSize` + `offloadedStorageSize`.
|
+| storageSize* | The sum of the ledgers'
storage size **in BookKeeper** and **in tiered storage** for a topic (in
bytes). <br/><br/>**Note**: the `total storage size of a topic` =
`storageSize`. |
Review Comment:
Yes, for storageSize, we don't need it anymore
--
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]