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

[Feature]: Re-fetch trace from server when viewing a trace #1190

Open
SOF3 opened this issue Feb 9, 2023 · 0 comments
Open

[Feature]: Re-fetch trace from server when viewing a trace #1190

SOF3 opened this issue Feb 9, 2023 · 0 comments

Comments

@SOF3
Copy link
Contributor

SOF3 commented Feb 9, 2023

Requirement

As a user who maintains a custom storage plugin,
I don't want to fetch the whole trace tree in the search page
due to performance and upstream rate-limit concern.

Problem

Jaeger displays an empty trace when I click into a search item directly. This can be manually resolved by reloading the page or opening it in a new tab.

Proposal

Always call GetTrace when displaying a trace. This is also useful if the trace is still updating during the period betweeen FindTrace and user click.

Add an option to refresh trace periodically during trace view.

Open questions

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant