You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: