mirror of
https://github.com/grafana/grafana.git
synced 2024-11-29 20:24:18 -06:00
feat(alerting): skip warn check if crit is triggered
This commit is contained in:
parent
90e3d8afda
commit
774add94c1
@ -109,6 +109,7 @@ func (e *HandlerImpl) evaluateRule(rule *AlertRule, series tsdb.TimeSeriesSlice)
|
||||
ActualValue: transformedValue,
|
||||
Name: serie.Name,
|
||||
})
|
||||
continue
|
||||
}
|
||||
|
||||
warnResult := evalCondition(rule.Warning, transformedValue)
|
||||
|
Loading…
Reference in New Issue
Block a user