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

Frontend: tracing-tree: improve usability #944

Closed
Tracked by #943
W95Psp opened this issue Oct 2, 2024 · 3 comments
Closed
Tracked by #943

Frontend: tracing-tree: improve usability #944

W95Psp opened this issue Oct 2, 2024 · 3 comments
Labels
enhancement New feature or request frontend Issue in the Rust to JSON translation

Comments

@W95Psp
Copy link
Collaborator

W95Psp commented Oct 2, 2024

The traces are super useful for debugging the frontend.
But they also are quite verbose and hard to browse.

Debugging would be much easier if we had a tool to interactively browse traces.

A cheap way of doing that could be to parse the (tree) traces and reshape them as JSON, so that we can jless them.

jless offers everything we want there: it's super fast, it can search efficiently into data, it's easy to fold the data, etc.

I suspect #686 is not so hard to fix. But currently, debugging is a huge pain because the logs are hard to browse.

@W95Psp W95Psp added enhancement New feature or request frontend Issue in the Rust to JSON translation labels Oct 2, 2024
@W95Psp W95Psp mentioned this issue Oct 2, 2024
4 tasks
@franziskuskiefer
Copy link
Member

@W95Psp any updates on this or do you want to push it to next week?

@W95Psp
Copy link
Collaborator Author

W95Psp commented Oct 17, 2024

@Nadrieril actually killed a whole bunch of issues in the frontend, so I don't think this issue is urgent any longer

@franziskuskiefer
Copy link
Member

Ok, closing then

@franziskuskiefer franziskuskiefer closed this as not planned Won't fix, can't repro, duplicate, stale Oct 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request frontend Issue in the Rust to JSON translation
Projects
None yet
Development

No branches or pull requests

2 participants