Duansg commented on issue #3757:
URL: https://github.com/apache/hertzbeat/issues/3757#issuecomment-3298021153

   > [@Duansg](https://github.com/Duansg) 
我搜索了日志,发现当报警发生的时候,日志中并没有记录AlarmGroupReduce相关内容。 
除此之外,我发现“可用性监控”触发后,即使服务器恢复使用,也没有再触发“告警恢复”,一直显示"告警中"
   > 
   > <img alt="Image" width="439" height="500" 
src="https://private-user-images.githubusercontent.com/22488813/489933833-f2c8cf7d-c71b-4256-8937-fac288134637.png?jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3NTgwMjIzNDgsIm5iZiI6MTc1ODAyMjA0OCwicGF0aCI6Ii8yMjQ4ODgxMy80ODk5MzM4MzMtZjJjOGNmN2QtYzcxYi00MjU2LTg5MzctZmFjMjg4MTM0NjM3LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTA5MTYlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwOTE2VDExMjcyOFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTQ2ZTEwY2ViYWNiODY5ZmJlYTlkZjYyZGUyMmU3ODBmN2Y4NWMzNmQwZjRkNjgyYWFiZWE3ZmNjNWZiN2Q0OGYmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.J29HuFLiKpT_Rn8F6AQiQdqZulAmVSPbOwXJAY5CBPk";>
 <img alt="Image" width="731" height="133" 
src="https://private-user-images.githubusercontent.com/22488813/489933964-959f0e51-05bb-45b5-ba4c-10829287aa3b.png?jwt=eyJ0
 
eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3NTgwMjIzNDgsIm5iZiI6MTc1ODAyMjA0OCwicGF0aCI6Ii8yMjQ4ODgxMy80ODk5MzM5NjQtOTU5ZjBlNTEtMDViYi00NWI1LWJhNGMtMTA4MjkyODdhYTNiLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTA5MTYlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwOTE2VDExMjcyOFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWUxZTA4YmIwNzVmZjBhNGFlNGMwYTUxNDljZTQ2NjAyNDkyMTE3MGJmZDI0NzA5ZjYxNDRmYTFlMGEzNWU5YmMmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.vzGp7gilotfo5EEhKb0AQVXl_rXa5osHI3CdSj_hSfw">
   
   1. What I mean is, since the current aggregation group-related logic isn't 
logged, you might need to use DEBUG to trace your previous issue and examine 
the specific decision logic at the problem point.
   
   2. I noticed two duplicate entries on your alert notification page. I've 
encountered this issue before. Each notification within an aggregation group is 
identified by its fingerprint, which is generated based on labels. If you 
modify any relevant labels, historical alerts may appear duplicated. For 
example:
   
   <img width="421" height="314" alt="Image" 
src="https://github.com/user-attachments/assets/22844401-9aac-4d68-88b5-bc269ca651ad";
 />
   
   These are essentially two distinct alerts. However, we could consider 
clearing historical data after detecting changes. I'll try to make it 
compatible in the next version.


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