yuluo-yx opened a new issue, #3148: URL: https://github.com/apache/rocketmq-dashboard/issues/3148
### Problem The alert rule table is paginated and filtered. Operators can duplicate, import, enable, and disable rules, but they cannot review the complete domain inventory for combinations that create duplicate notifications or silently stop coverage. Problems spanning pages are especially difficult to spot. ### Proposed change Add a read-only portfolio review for both cluster and business alert domains. It should use the existing complete rule-list contract and identify only evidence-backed conditions: - enabled rules with identical scope and evaluation signatures; - duplicate rule names; - enabled rules without notification channels; - rules referencing instances that no longer exist; - scopes for which every remaining rule is disabled. Different thresholds must not be treated as conflicts. The review should provide issue and rule views, filters, CSV export, Chinese/English copy, and focused tests. It must not mutate rules or depend on the current page/filter state. -- 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]
