feat(alerting): doing schema changes
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user