feat(alerting): doing schema changes

This commit is contained in:
Torkel Ödegaard
2016-08-15 15:12:43 +02:00
parent 4d0982a21c
commit 0392fde34e
9 changed files with 68 additions and 40 deletions
+1 -2
View File
@@ -12,10 +12,9 @@ type ResultLogEntry struct {
Data interface{}
}
type Event struct {
type EvalMatch struct {
Value float64
Metric string
State string
Tags map[string]string
}