(typo) Exeuction -> Execution

This commit is contained in:
huydx
2016-12-14 12:20:50 +09:00
committed by huydx
parent 63bf332023
commit b97f4fd8b9
2 changed files with 3 additions and 3 deletions

View File

@@ -61,5 +61,5 @@ func (e *DefaultEvalHandler) Eval(context *EvalContext) {
context.NoDataFound = noDataFound
context.EndTime = time.Now()
elapsedTime := context.EndTime.Sub(context.StartTime) / time.Millisecond
metrics.M_Alerting_Exeuction_Time.Update(elapsedTime)
metrics.M_Alerting_Execution_Time.Update(elapsedTime)
}