Aias00 opened a new issue, #2603: URL: https://github.com/apache/rocketmq-dashboard/issues/2603
## Problem The Business Alerts editor currently submits Chinese display labels such as `磁盘使用率` and `5分钟` as the `metric` and `duration` API values. The server contract expects a Prometheus metric identifier and a duration such as `5m`. This can make create/update requests fail validation, or generate a rule for the fallback metric rather than the selected metric. ## Scope - Keep localized labels in the UI. - Submit backend-compatible Prometheus metric and duration values. - Preserve threshold-unit behavior. - Add a form-level regression test. ## Regression This reintroduces the behavior previously addressed by closed issue #1957. -- 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]
