feat(alerting): moves getNewState to evalHandler

closes #7149
This commit is contained in:
bergquist
2017-01-13 10:24:40 +01:00
parent bccdd7cad1
commit 0873d493c2
6 changed files with 109 additions and 126 deletions
+1
View File
@@ -36,6 +36,7 @@ type AlertTestCommand struct {
type AlertTestResult struct {
Firing bool `json:"firing"`
State m.AlertStateType `json:"state"`
ConditionEvals string `json:"conditionEvals"`
TimeMs string `json:"timeMs"`
Error string `json:"error,omitempty"`