feat(alerting): more output when testing alert

This commit is contained in:
Torkel Ödegaard
2016-07-21 21:54:12 +02:00
parent b073fe0eba
commit 783d697529
11 changed files with 41 additions and 75 deletions
+5
View File
@@ -50,3 +50,8 @@ type AlertTestResultLog struct {
Message string `json:"message"`
Data interface{} `json:"data"`
}
type AlertEvent struct {
Metric string `json:"metric"`
Value float64 `json:"value"`
}