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

change: Support hiding specific progress bars in summary mode #7785

Open
Tracked by #7786
upbqdn opened this issue Oct 19, 2023 · 1 comment
Open
Tracked by #7786

change: Support hiding specific progress bars in summary mode #7785

upbqdn opened this issue Oct 19, 2023 · 1 comment
Labels
A-diagnostics Area: Diagnosing issues or monitoring performance A-rust Area: Updates to Rust code I-usability Zebra is hard to understand or use S-needs-triage Status: A bug report needs triage

Comments

@upbqdn
Copy link
Member

upbqdn commented Oct 19, 2023

We could support hiding the progress bars that users don't find interesting. For example, as a user, I feel like the "Checkpoint Queue Height" doesn't bring much new info compared to other progress bars.

@upbqdn upbqdn added A-rust Area: Updates to Rust code P-Low ❄️ labels Oct 19, 2023
@teor2345 teor2345 added S-needs-triage Status: A bug report needs triage I-usability Zebra is hard to understand or use A-diagnostics Area: Diagnosing issues or monitoring performance labels Oct 19, 2023
@teor2345
Copy link
Contributor

Here's one possible design:

  • the progress bars config gets passed to every service/task that has progress bars
  • based on that config, some progress bars decide to hide themselves in summary mode

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-diagnostics Area: Diagnosing issues or monitoring performance A-rust Area: Updates to Rust code I-usability Zebra is hard to understand or use S-needs-triage Status: A bug report needs triage
Projects
Status: New
Development

No branches or pull requests

3 participants