love12yadav opened a new pull request, #3943: URL: https://github.com/apache/hertzbeat/pull/3943
Problem Notification policies with custom labels (e.g., department:algorithm) never triggered. Only the "forward‑all" policy worked. Reason: The matching logic only checked GroupAlert.commonLabels, while the label lived in SingleAlert.labels. Solution Updated NoticeConfigServiceImpl.getReceiverFilterRule() to also check each SingleAlert’s labels inside the group. Now label‑based policies fire correctly. -- 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]
