fix(prometheus): remove timerange from context
This commit is contained in:
@@ -8,7 +8,6 @@ import (
|
||||
"github.com/grafana/grafana/pkg/log"
|
||||
m "github.com/grafana/grafana/pkg/models"
|
||||
"github.com/grafana/grafana/pkg/setting"
|
||||
"github.com/grafana/grafana/pkg/tsdb"
|
||||
)
|
||||
|
||||
type EvalContext struct {
|
||||
@@ -29,7 +28,6 @@ type EvalContext struct {
|
||||
ImageOnDiskPath string
|
||||
NoDataFound bool
|
||||
RetryCount int
|
||||
TimeRange tsdb.TimeRange
|
||||
}
|
||||
|
||||
type StateDescription struct {
|
||||
|
||||
Reference in New Issue
Block a user