We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently, when we calculate window period we do
influxdb/ui/src/variables/utils/getWindowVars.ts
Lines 66 to 68 in a207147
The result is that we end up sending a lot more data to the client than what we would expect.
We should have pre-defined bucket sizes like 10s, 30s, 1m, 5m, 10m, 30m, 60m, etc and round to the nearest depending on the duration of the query.
10s
30s
1m
5m
10m
30m
60m
The text was updated successfully, but these errors were encountered:
currently the duration to window period relationship is
what would be a more appropriate relationship do you think?
Sorry, something went wrong.
waiting for https://github.com/influxdata/influxdb/pull/16385/files -Done
ebb-tide
Successfully merging a pull request may close this issue.
Currently, when we calculate window period we do
influxdb/ui/src/variables/utils/getWindowVars.ts
Lines 66 to 68 in a207147
The result is that we end up sending a lot more data to the client than what we would expect.
We should have pre-defined bucket sizes like
10s
,30s
,1m
,5m
,10m
,30m
,60m
, etc and round to the nearest depending on the duration of the query.The text was updated successfully, but these errors were encountered: