Web console: surface more info on the supervisor view#16318
Merged
vogievetsky merged 15 commits intomasterfrom May 2, 2024
Merged
Web console: surface more info on the supervisor view#16318vogievetsky merged 15 commits intomasterfrom
vogievetsky merged 15 commits intomasterfrom
Conversation
d67a679 to
77366fe
Compare
abhishekrb19
approved these changes
May 2, 2024
IgorBerman
pushed a commit
to IgorBerman/druid
that referenced
this pull request
May 5, 2024
* add rate and stats * better tabs * detail * add recent errors * update tests * don't let people hide the actions column because why * don't sort on actions * better way to agg * add timeouts * show error only once * fix tests and Explain showing up * only consider active tasks * refresh * fix tests * better formatting
vogievetsky
added a commit
to vogievetsky/druid
that referenced
this pull request
May 13, 2024
* add rate and stats * better tabs * detail * add recent errors * update tests * don't let people hide the actions column because why * don't sort on actions * better way to agg * add timeouts * show error only once * fix tests and Explain showing up * only consider active tasks * refresh * fix tests * better formatting
adarshsanjeev
pushed a commit
that referenced
this pull request
May 14, 2024
* Web console: surface more info on the supervisor view (#16318) * add rate and stats * better tabs * detail * add recent errors * update tests * don't let people hide the actions column because why * don't sort on actions * better way to agg * add timeouts * show error only once * fix tests and Explain showing up * only consider active tasks * refresh * fix tests * better formatting * web-console: ACE editor refactoring (#16359) * Move druid-sql completions to dsql mode * Use font-size 12 * Convert ace-modes to typescript * Move aceCompleters to class member * Use namespace imports * Web console: concat data when doing a durable storage download (#16375) * concat data * fix silly console.error --------- Co-authored-by: John Gozde <john@gozde.ca>
1 task
83 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Make the supervisor view query the supervisors dynamically and have it query for more info (status and stats for each supervisor) and surface that data in new columns meaning that it is possible to not make the extra queries by turning off the relevant columns.