Commit 46d1c99e by Kyle Brandt Committed by GitHub

Expr: fix time unit typo in ds queries (#29668)

parent 311b563c
......@@ -154,7 +154,7 @@ func QueryData(ctx context.Context, req *backend.QueryDataRequest) (*backend.Que
}
queries[i] = &tsdb.Query{
RefId: query.RefID,
IntervalMs: query.Interval.Microseconds(),
IntervalMs: query.Interval.Milliseconds(),
MaxDataPoints: query.MaxDataPoints,
QueryType: query.QueryType,
DataSource: getDsInfo.Result,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment