yuluo-yx opened a new issue, #2152: URL: https://github.com/apache/rocketmq-dashboard/issues/2152
## Affected branch rocketmq-studio at 737a7b4d ## Problem Metrics Explorer filters and converts samples without sorting them. The chart connects points in response order and treats the final array element as the latest value. A provider response with timestamps 200 then 100 draws a backward line and displays the older sample as latest. ## Expected behavior Finite samples should be ordered stably by timestamp before chart geometry and latest-value calculations. ## Reproduction Return two samples in descending timestamp order and compare the legend latest value and polyline x coordinates. -- 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]
