dragonls opened a new issue #13645: URL: https://github.com/apache/pulsar/issues/13645
**Describe the bug** It seems that there are no subscription throughput out metrics for non persistent topic consumer, which make it hard to know whether the consumers are working fine. I tried to produce and consumer a non persistent topic. The metrics `pulsar_subscription_msg_throughput_out` and `pulsar_throughput_out` are always 0 for non persistent topics, but work correctly for persistent topics. **To Reproduce** Steps to reproduce the behavior: 1. Create a non persistent topic 2. Try to produce and consume the topic 3. See the metrics `pulsar_subscription_msg_throughput_out` and `pulsar_throughput_out` **Expected behavior** See the throughput out of the topic and each subscription. **Screenshots**   **Additional context** Pulsar version: 2.7.2 -- 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: commits-unsubscr...@pulsar.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org