fix: nodata repeated recovery alerting
This commit is contained in:
parent
07961c9f21
commit
02f2554cc1
|
@ -36,6 +36,10 @@ func getStrategy() {
|
|||
continue
|
||||
}
|
||||
|
||||
if stra.Exprs[0].Func == "nodata" {
|
||||
continue
|
||||
}
|
||||
|
||||
metric := stra.Exprs[0].Metric
|
||||
for _, nid := range stra.Nids {
|
||||
key := str.ToMD5(nid, metric, "") //TODO get straMap key, 此处需要优化
|
||||
|
|
Loading…
Reference in New Issue