Technoboy- opened a new pull request #11472: URL: https://github.com/apache/pulsar/pull/11472
### Motivation Currently, there is no visibility about the following activities: - How many bytes are written by a given namespace/topic? - How many bytes are read by a given namespace/topic? So when the bookkeeper cluster is having heavy traffic, it is hard to tell which topic or namespace contributes most of the traffic. ### Modifications Add metrics [total_write_entries_size, total_write_enties_logical_size, total_read_entries_size ] for topic/namespace. -- 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]
