Aias00 opened a new issue, #2532: URL: https://github.com/apache/rocketmq-dashboard/issues/2532
## Problem Studio currently separates business alert rules, cluster alert rules, and alert events, but cluster alert evaluation depends on Prometheus rather than directly collecting RocketMQ runtime metrics. This leaves the feature incomplete for installations without Prometheus. ## Scope - Introduce a native Apache RocketMQ metric collection path for cluster, consumer lag, and DLQ metrics. - Persist metric snapshots and evaluate scoped cluster/business alert rules without external Prometheus. - Persist alert state and transitions, provide acknowledgement, rule testing, collector health, and paged events. - Preserve the existing three menu entry points while sharing backend alert domain infrastructure. - Coordinate collection across dashboard replicas. ## Non-goals - Replace existing Prometheus integrations. - Add external notification delivery beyond existing integrations. ## Validation - Unit/API coverage for collection, evaluation, state transitions, rule testing, pagination and UI flows. - Existing Studio alert paths remain available. -- 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]
