tomsun28 commented on code in PR #2693:
URL: https://github.com/apache/hertzbeat/pull/2693#discussion_r1770578376
##########
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:
Got it๐ It is recommended that we can merge after version 1.6.1 and then see
how to solve the coupling problem between monitor and alarm.
--
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]