### Before Creating the Bug Report - [x] I found a bug, not just asking a question, which should be created in [GitHub Discussions](https://github.com/apache/rocketmq/discussions). - [x] I have searched the [GitHub Issues](https://github.com/apache/rocketmq/issues) and [GitHub Discussions](https://github.com/apache/rocketmq/discussions) of this repository and believe that this is not a duplicate. - [x] I have confirmed that this bug belongs to the current repository, not other repositories of RocketMQ. ### Runtime platform environment centos7 ### RocketMQ version 5.3.3 ### JDK Version 1.8 ### Describe the Bug 使用dashboard、mqadmin等工具查询消息时,会默认使用TOOLS_CONSUMER,会导致指标数据不准确 <img width="1056" height="587" alt="Image" src="https://github.com/user-attachments/assets/44f86a80-c5cd-4b31-9f65-be6eaba5efbe" /> ### Steps to Reproduce 1.生产消息 2.查询消息 3.查看brokerStatus中msgGetTotalTodayNow指标 ### What Did You Expect to See? 消费指标正常 ### What Did You See Instead? 消费指标异常 ### Additional Context _No response_