mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
asscoiate comment with name
This commit is contained in:
parent
5701b73ab2
commit
2f35759346
@ -67,7 +67,7 @@ func (e *DefaultEvalHandler) Eval(context *EvalContext) {
|
||||
metrics.M_Alerting_Execution_Time.Observe(float64(elapsedTime))
|
||||
}
|
||||
|
||||
// This should be move into evalContext once its been refactored.
|
||||
// This should be move into evalContext once its been refactored. (Carl Bergquist)
|
||||
func (handler *DefaultEvalHandler) getNewState(evalContext *EvalContext) models.AlertStateType {
|
||||
if evalContext.Error != nil {
|
||||
handler.log.Error("Alert Rule Result Error",
|
||||
|
Loading…
Reference in New Issue
Block a user