loong95 opened a new pull request, #2598:
URL: https://github.com/apache/hertzbeat/pull/2598

   ## What's changed?
   
   [related issue](https://github.com/apache/hertzbeat/issues/2582)
   
   Enhanced the resolved alert description by appending the trigger alert's 
description, improving the context provided during alert resolution.
   
   Suppose an alert is triggered with the following content:
   ```
   The xxx server is in exception.
   ```
   
   Before the modification, the resolved alert description was:
   ```
   Alert Resolved Notice: status > 0
   ```
   
   After the modification, the description becomes:
   ```
   Alert Resolved Notice: The xxx server is in exception.
   ```
   
   ## Checklist
   
   - [x]  I have read the [Contributing 
Guide](https://hertzbeat.apache.org/docs/community/code_style_and_quality_guide)
   - [x]  I have written the necessary doc or comment.
   - [x]  I have added the necessary unit tests and all cases have passed.
   
   ## Add or update API
   
   - [x] I have added the necessary [e2e 
tests](https://github.com/apache/hertzbeat/tree/master/e2e) and all cases have 
passed.
   


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to