feat(alerting): add copy of AlertRule to AlertResult

This commit is contained in:
bergquist
2016-05-31 13:27:12 +02:00
parent 1ded0b30c2
commit 338fdcb576
4 changed files with 35 additions and 23 deletions
+1
View File
@@ -122,4 +122,5 @@ type AlertResult struct {
State string
ActualValue float64
Duration float64
Rule AlertRule
}