mirror of
https://github.com/grafana/grafana.git
synced 2025-09-20 02:18:56 +08:00
Influx: Show all datapoints for dynamically windowed flux query (#30688)
This commit is contained in:
@ -27,7 +27,7 @@ func executeQuery(ctx context.Context, query queryModel, runner queryRunner, max
|
|||||||
glog.Warn("Flux query failed", "err", err, "query", flux)
|
glog.Warn("Flux query failed", "err", err, "query", flux)
|
||||||
dr.Error = err
|
dr.Error = err
|
||||||
} else {
|
} 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
|
// Make sure there is at least one frame
|
||||||
|
Reference in New Issue
Block a user