Duansg commented on issue #3757: URL: https://github.com/apache/hertzbeat/issues/3757#issuecomment-3288092087
> In addition, I set the `waiting time` to 60s, but in fact, after the error is triggered, the alarm is generated in about 20s. > > <img alt="Image" width="341" height="412" src="https://private-user-images.githubusercontent.com/22488813/488092406-8a57b970-cf8c-47bd-97f9-0404d7095c05.png?jwt=eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3NTc3NjA2MzUsIm5iZiI6MTc1Nzc2MDMzNSwicGF0aCI6Ii8yMjQ4ODgxMy80ODgwOTI0MDYtOGE1N2I5NzAtY2Y4Yy00N2JkLTk3ZjktMDQwNGQ3MDk1YzA1LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTA5MTMlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwOTEzVDEwNDUzNVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWIzYTBhOGY3ZGY0ZDAzZTYxODM4ODdkNzA3YTNhNjgwNTIxMGIyNmVjZmI2OWI2YjMxYjNiM2Q5MjFmNTUxYWUmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.ianQtq5_E2VgkKQydZpC__fRXQgyIg_ExWdWzdZbdNg"> <img alt="Image" width="882" height="150" src="https://private-user-images.githubusercontent.com/22488813/488092464-b09fc9a1-6726-45bd-b691-d3ba47fb774a.png?jwt=eyJ0 eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3NTc3NjA2MzUsIm5iZiI6MTc1Nzc2MDMzNSwicGF0aCI6Ii8yMjQ4ODgxMy80ODgwOTI0NjQtYjA5ZmM5YTEtNjcyNi00NWJkLWI2OTEtZDNiYTQ3ZmI3NzRhLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTA5MTMlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwOTEzVDEwNDUzNVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTVlNjRiZTQ3MDIwOTIzOTBkNDU5Mzg0ZmMxN2NlYWUzNjQ5ZjMwZmU5MTFjNTViMDg5YzZmZjY2MTZhYzk2MmEmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.utzWZOZl-r_xSN8ZBACHFxQ32B4a8CP1M8Gf4ItppP4"> I've verified this—this alert is not the first occurrence; it exists within an alert group that was already present. It is important to note that `group_wait` represents the initial aggregation time. Subsequent notifications do not require the full `group_wait` duration each time. If a new alert is generated and added to an aggregation group, its notification timing depends on the time of the previous notification. Notifications are coupled with the aggregation group, not with this specific alert. For this understanding, you can refer to the `alertmanager` workflow: <img width="2871" height="1281" alt="Image" src="https://github.com/user-attachments/assets/f57f77f0-ea45-4940-b352-bde88858ead3" /> -- 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]
