Aias00 opened a new issue, #1965: URL: https://github.com/apache/rocketmq-dashboard/issues/1965
## Problem The persisted Metrics data source contract does not compute or return a health status. Newly created and reloaded data sources therefore have a null status. The Settings page passes that missing value to the generic StatusBadge component, whose fallback is offline. As a result, every untested real data source is presented as an outage even though no connection test has established that state. ## Expected behavior - Missing or unknown data source status is rendered as not tested / unavailable, not offline. - Known status values continue to use the existing status badge. - A focused frontend test covers the real API shape without a status field. ## Scope Track 1 / Metrics data source management. Frontend status presentation only; no persistence or background health-check design change. -- 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]
