RockteMQ-AI commented on issue #1437: URL: https://github.com/apache/rocketmq-dashboard/issues/1437#issuecomment-5236484938
**Issue Evaluation** Category: `type/bug` | Status: **Confirmed** TPS parsing inconsistency between `ClusterProvider` and `DashboardProvider` is a valid bug. Different parsing logic for the same metric leads to confusing UX where the same value appears differently in different views. **Root Cause:** Inconsistent parsing of TPS values (likely different handling of decimal format or unit conversion). **Impact:** User confusion; undermines trust in displayed metrics. **Severity:** Low-Medium — display inconsistency, no data loss. **Suggested fix:** Unify the TPS parsing logic into a shared utility method used by both providers. --- *Automated evaluation by github-manager* -- 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]
