yuluo-yx opened a new issue, #3155:
URL: https://github.com/apache/rocketmq-dashboard/issues/3155

   ### Problem
   
   System Alerts exposes related events only from an individual row. Operators 
cannot review the complete event history as incidents, distinguish active and 
resolved sequences across pages, or summarize duration, acknowledgements, and 
notification suppression without opening records one at a time.
   
   ### Proposed change
   
   Add a read-only incident timeline explorer that:
   
   - loads alert history through the existing paginated endpoint, capped at the 
latest 10,000 events with explicit truncation disclosure;
   - correlates events by server fingerprint first, then by rule + instance + 
complete labels only when a fingerprint is absent;
   - keeps events without sufficient correlation evidence isolated;
   - derives incident state from the latest transition and reports duration, 
severity, event, acknowledgement, and suppression counts;
   - provides filters, expandable event timelines, CSV export, Chinese/English 
copy, and focused tests.
   
   The explorer must not acknowledge, clear, silence, or otherwise mutate 
alerts.


-- 
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]

Reply via email to