Skip to content
New issue

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

feat(ui): use time range in flux Schema Explorer #5858

Merged
merged 26 commits into from
Feb 17, 2022

Conversation

sranka
Copy link
Contributor

@sranka sranka commented Feb 10, 2022

Closes #5849

Briefly describe your proposed changes:
Flux Schema Explorer shows data in the user-selected time range and also reacts upon change of the time range. Schema tree shows that its data are controlled by a selected time range,

SchemaExplorerTimeRange

Additionally

  • a deprecated flux v1 package is not used, functions from flux universe are used instead.
  • schema metadata fetcher is refactored and simplified

What was the problem?
The explorer always used -30d as a time range to show schema data. It caused high latencies or timeouts in the schema queries over huge data sets.

What was the solution?
The user can choose the time range for showing the Schema Explorer data and thus reduce the time required for schema queries.

@sranka sranka changed the title feat(ui): use user-selected time range in flux Schema Explorer feat(ui): use time range in flux Schema Explorer Feb 10, 2022
@sranka sranka marked this pull request as ready for review February 10, 2022 04:56
@sranka sranka requested a review from ivankudibal February 10, 2022 11:14
@sranka sranka self-assigned this Feb 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Flux Schema browser never populates field names
2 participants