-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Closed
Labels
docYour PR contains doc changes, no matter whether the changes are in markdown or code files.Your PR contains doc changes, no matter whether the changes are in markdown or code files.type/featureThe PR added a new feature or issue requested a new featureThe PR added a new feature or issue requested a new feature
Description
Is your feature request related to a problem? Please describe.
ubuntu@ldex-pulsar:~$ apache-pulsar-2.4.1/bin/pulsar-admin topics stats public/default/avro-topic | grep storageSize
"storageSize" : 1980,
ubuntu@ldex-pulsar:~$ apache-pulsar-2.4.1/bin/pulsar-admin topics stats public/default/my-topic | grep storageSize
"storageSize" : 3579,
What are those units? Bytes, KiB, MiB, GiB, something else?
Describe the solution you'd like
Document at https://pulsar.apache.org/docs/en/pulsar-admin/#stats-1 and/or https://pulsar.apache.org/admin-rest-api/?version=2.4.1#operation/getStats
Metadata
Metadata
Assignees
Labels
docYour PR contains doc changes, no matter whether the changes are in markdown or code files.Your PR contains doc changes, no matter whether the changes are in markdown or code files.type/featureThe PR added a new feature or issue requested a new featureThe PR added a new feature or issue requested a new feature