Skip to content

Documentation: units for storageSize #5684

@candlerb

Description

@candlerb

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

Labels

docYour 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 feature

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions