feat(alerting): test results look better

This commit is contained in:
Torkel Ödegaard
2016-07-21 13:57:19 +02:00
parent f6a160b270
commit 3ad38eefd2
9 changed files with 469 additions and 8 deletions

View File

@ -46,8 +46,8 @@ type QueryResult struct {
}
type TimeSeries struct {
Name string
Points [][2]float64
Name string `json:"name"`
Points [][2]float64 `json:"points"`
}
type TimeSeriesSlice []*TimeSeries