ymwneu opened a new issue, #1085: URL: https://github.com/apache/rocketmq-clients/issues/1085
### Before Creating the Enhancement Request - [x] I have confirmed that this should be classified as an enhancement rather than a bug/feature. ### Programming Language of the Client Java ### Summary The consumer collects request latency statistics when performing doStats. ### Motivation Currently, when the consumer performs doStats, only queue-level metrics such as receptionTimes, receivedMessageQuantity, cachedMessageCount, and cachedMessageBytes are collected, and there is a lack of information about the average request latency. ### Describe the Solution You'd Like The consumer collects request latency statistics when performing doStats. ### Describe Alternatives You've Considered No ### Additional Context _No response_ -- 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]
