RockteMQ-AI commented on issue #4264: URL: https://github.com/apache/rocketmq-dashboard/issues/4264#issuecomment-5650132668
**Issue Evaluation** Category: `bug` | Status: **Confirmed** The reported issue has been verified against the current codebase. **Root Cause:** When the instance selector changes, the reload effect in `MetricsExplorer.tsx` re-runs `loadAll` but does not re-trigger `runCustomQuery`. The custom query panel retains the previous instance's PromQL result while the UI already shows the new instance. **Impact:** Misleading monitoring data — users see instance A's metrics while the selector shows instance B. **Severity:** medium A fix PR (#4265) is already linked. Thank you for the detailed report and reproduction steps. --- *Automated evaluation by RockteMQ-AI* -- 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]
