mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Expr: fix time unit typo in ds queries (#29668)
This commit is contained in:
parent
311b563c9b
commit
46d1c99e2c
@ -154,7 +154,7 @@ func QueryData(ctx context.Context, req *backend.QueryDataRequest) (*backend.Que
|
|||||||
}
|
}
|
||||||
queries[i] = &tsdb.Query{
|
queries[i] = &tsdb.Query{
|
||||||
RefId: query.RefID,
|
RefId: query.RefID,
|
||||||
IntervalMs: query.Interval.Microseconds(),
|
IntervalMs: query.Interval.Milliseconds(),
|
||||||
MaxDataPoints: query.MaxDataPoints,
|
MaxDataPoints: query.MaxDataPoints,
|
||||||
QueryType: query.QueryType,
|
QueryType: query.QueryType,
|
||||||
DataSource: getDsInfo.Result,
|
DataSource: getDsInfo.Result,
|
||||||
|
Loading…
Reference in New Issue
Block a user