mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Flux: Increase series limit for Flux queries (#26746)
This commit is contained in:
parent
ec756f3729
commit
a0c1e53fd0
@ -38,7 +38,7 @@ func Query(ctx context.Context, dsInfo *models.DataSource, tsdbQuery *tsdb.TsdbQ
|
|||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
|
|
||||||
res := ExecuteQuery(context.Background(), *qm, runner, 10)
|
res := ExecuteQuery(context.Background(), *qm, runner, 50)
|
||||||
|
|
||||||
tRes.Results[query.RefId] = backendDataResponseToTSDBResponse(&res, query.RefId)
|
tRes.Results[query.RefId] = backendDataResponseToTSDBResponse(&res, query.RefId)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user