Aias00 opened a new issue, #1387: URL: https://github.com/apache/rocketmq-dashboard/issues/1387
## Problem Data source creation and update accept any non-empty type. Later, MetricsBackendType silently treats unknown provider types as Prometheus, so a typo or unsupported provider is persisted with behavior different from its configuration. ## Impact Operators can save a configuration that appears to target one backend but is queried through Prometheus paths. ## Proposed fix Validate and normalize supported Metrics provider types during create and update. Return a structured validation error for unsupported values and add controller/service regression coverage. Track 1: Metrics data-source configuration. -- 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]
