Aias00 opened a new issue, #698:
URL: https://github.com/apache/rocketmq-dashboard/issues/698

   ## Problem
   
   `DashboardProviderStub` returns hard-coded cluster overview and dashboard 
stats, including production-looking clusters and message/TPS counters.
   
   Evidence:
   - 
`server/src/main/java/org/apache/rocketmq/studio/ops/dashboard/DashboardProviderStub.java`
 builds fixed `DashboardStatsVO` and `ClusterOverviewVO` objects for 
`production-cluster`, `staging-cluster`, and `dev-cluster`.
   
   ## Impact
   
   This is in the Studio Track 1 / BASE-01 and METRICS-01 scope. The dashboard 
overview should not show fake operational data when no real dashboard provider 
or metrics source is configured.
   
   ## Expected
   
   Until a real dashboard provider is connected, the backend should fail 
explicitly with a structured unsupported-provider error instead of returning 
fixed operational metrics.


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