未验证 提交 24189414 编写于 作者: H huolibo 提交者: GitHub

[TS-1195]<fix>: stop send the completion warning at the end (#10821) (#10834)

上级 adf42cad
......@@ -96,6 +96,7 @@ func (alert *Alert) doRefresh(firing bool, rule *Rule) bool {
case (!firing) && (alert.State == AlertStateFiring):
alert.State = AlertStateWaiting
alert.EndsAt = time.Now()
return false
case firing && (alert.State == AlertStateWaiting):
alert.StartsAt = time.Now()
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册