pwallk commented on code in PR #2693:
URL: https://github.com/apache/hertzbeat/pull/2693#discussion_r1765973044
##########
manager/src/main/java/org/apache/hertzbeat/manager/component/alerter/DispatcherAlarm.java:
##########
@@ -129,6 +130,9 @@ public void run() {
if (alert != null) {
// Determining alarm type storage
alertStoreHandler.store(alert);
+ if (alert.getTags() != null &&
alert.getTags().containsKey(CommonConstants.TAG_COLLECTOR_NAME)){
+ continue;
+ }
Review Comment:
`AlertNotifyHandler` and`Monitor` are heavily coupled and the changes are
large. Therefore, `send notify` is skipped for now
--
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]