mirror of
https://github.com/grafana/grafana.git
synced 2025-08-02 05:12:29 +08:00
feat(alerting): test results look better
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user