Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Broker] Expose topic level storage write and read rate metrics (apac…
…he#16855) ### Motivation We collect metrics on storage read/write rate, but we do not expose it at the topic level. We already expose it at the namespace level. ### Modifications * Expose `pulsar_storage_read_rate` and `pulsar_storage_write_rate` in topic level metrics ### Verifying this change This change is a trivial rework / code cleanup without any test coverage. ### Does this pull request potentially affect one of the following parts: This change adds two new metrics. ### Documentation - [x] `doc-not-needed` These two metrics are already documented for topic level stats: https://pulsar.apache.org/docs/next/reference-metrics.
- Loading branch information