mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -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,
|
ActualValue: transformedValue,
|
||||||
Name: serie.Name,
|
Name: serie.Name,
|
||||||
})
|
})
|
||||||
|
continue
|
||||||
}
|
}
|
||||||
|
|
||||||
warnResult := evalCondition(rule.Warning, transformedValue)
|
warnResult := evalCondition(rule.Warning, transformedValue)
|
||||||
|
Loading…
Reference in New Issue
Block a user