mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
feat(alerting): abstract graphite from executor
This commit is contained in:
8
pkg/models/timeseries.go
Normal file
8
pkg/models/timeseries.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package models
|
||||
|
||||
type TimeSeries struct {
|
||||
Name string `json:"name"`
|
||||
Points [][2]float64 `json:"points"`
|
||||
}
|
||||
|
||||
type TimeSeriesSlice []*TimeSeries
|
||||
Reference in New Issue
Block a user