Aias00 opened a new issue, #769: URL: https://github.com/apache/rocketmq-dashboard/issues/769
## Problem The Studio Proxy page builds node runtime fields with random values after loading proxy addresses: - `connections` - `tps` - `memory` - `cpu` - `uptime` This makes the page look like it is showing real operational data, but every refresh can display different values that are not backed by the RocketMQ proxy or a metrics source. ## Scope Track 1 / ARCH-01 Proxy management view. ## Expected behavior Until real runtime metrics are available from Proxy Admin or a metrics data source, the UI should not fabricate values. It should either hide unsupported runtime columns or show an explicit unavailable state such as `N/A`. ## Evidence `web/src/pages/studio/Proxy.tsx` maps proxy addresses to `ProxyNode` rows and currently fills runtime fields with `Math.random()`. -- 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]
