unbridled-41 opened a new issue, #3996:
URL: https://github.com/apache/rocketmq-dashboard/issues/3996

   1. Please describe the feature you are requesting.
   
   The classic dashboard's cluster list (the previous generation in this 
repository, `frontend-new/src/pages/Cluster/cluster.jsx` on the `master` 
branch) shows, per broker, the today/yesterday produce and consume message 
counts derived from the broker runtime stats (`msgPutTotalTodayMorning/Now`, 
`msgGetTotalTodayMorning/Now`, ...). The Studio cluster topology table 
(`web/src/pages/studio/BrokerCluster.tsx`) already fetches the very same 
`fetchBrokerRuntimeStats` KVTable per broker but only surfaces version, disk 
usage, and TPS in/out — the daily counters are discarded.
   
   2. Provide any additional detail on your proposed use case for this feature.
   
   Operators judging "did traffic recover after yesterday's incident?" or "how 
much does this broker actually carry per day?" currently have to open a Grafana 
dashboard or run `mqadmin brokerStatus`. The cluster table is the natural home 
for these counters, and no new broker RPC is needed — the data is already in 
hand per 2s refresh.
   
   3. Indicate the importance of this issue to you (blocker, must-have, 
should-have, nice-to-have).
   
   nice-to-have / should-have. Workaround today is an external Grafana 
dashboard or mqadmin commands.


-- 
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]

Reply via email to