wu-sheng commented on code in PR #11336:
URL: https://github.com/apache/skywalking/pull/11336#discussion_r1327394183
##########
oap-server/server-alarm-plugin/src/main/java/org/apache/skywalking/oap/server/core/alarm/provider/RunningRule.java:
##########
@@ -217,10 +218,22 @@ public List<AlarmMessage> check() {
alarmMessageList.add(alarmMessage);
}
});
-
return alarmMessageList;
}
+ /**
+ * Clear out of date alarm window
Review Comment:
```suggestion
* Clear out-of-date alarm window
```
--
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]