feat(alerting): add serie name to failed alert description

This commit is contained in:
bergquist
2016-05-31 21:02:26 +02:00
parent 76758d270f
commit 4e1f801f6c
3 changed files with 5 additions and 8 deletions

View File

@@ -122,5 +122,6 @@ type AlertResult struct {
State string
ActualValue float64
Duration float64
Description string
Rule AlertRule
}