浏览代码

asscoiate comment with name

bergquist 8 年之前
父节点
当前提交
2f35759346
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      pkg/services/alerting/eval_handler.go

+ 1 - 1
pkg/services/alerting/eval_handler.go

@@ -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",