RockteMQ-AI commented on issue #2152: URL: https://github.com/apache/rocketmq-dashboard/issues/2152#issuecomment-5283882320
**Issue Evaluation** Category: `bug` | Status: **Confirmed** The Metrics Explorer renders chart points in response order without sorting by timestamp. When a provider returns samples in descending order, the chart draws backward lines and the legend shows the oldest sample as "latest." **Root Cause:** Missing timestamp sort before chart geometry computation and latest-value extraction. **Impact:** Misleading metrics visualization; operators may make incorrect decisions based on reversed time series. **Severity:** low-medium — visualization correctness issue, no data loss. Suggested fix: sort finite samples by timestamp (ascending) before computing chart coordinates and extracting the latest value. --- *Automated evaluation by github-manager-bot* -- 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]
