mirror of
https://github.com/grafana/grafana.git
synced 2025-02-10 15:45:43 -06:00
Influx: Show all datapoints for dynamically windowed flux query (#30688)
This commit is contained in:
parent
4147c3b907
commit
1bdd3eb3dd
@ -27,7 +27,7 @@ func executeQuery(ctx context.Context, query queryModel, runner queryRunner, max
|
||||
glog.Warn("Flux query failed", "err", err, "query", flux)
|
||||
dr.Error = err
|
||||
} else {
|
||||
dr = readDataFrames(tables, int(float64(query.MaxDataPoints)*1.5), maxSeries)
|
||||
dr = readDataFrames(tables, int(float64(query.MaxDataPoints)*2), maxSeries)
|
||||
}
|
||||
|
||||
// Make sure there is at least one frame
|
||||
|
Loading…
Reference in New Issue
Block a user