-
Notifications
You must be signed in to change notification settings - Fork 682
Jaeger UI carries over traceID URL parameters into future searches #82
Copy link
Copy link
Closed
Description
Description
When navigating to search page with a traceID in the query parameters, all future searches via the search form only return the specified trace.
Steps to reproduce the issue:
- Go to a page with a traceID search, e.g. http://localhost:3000/search?traceID=abc123
- Use the search functionality on the left to search for anything
- Only the trace that we searched for in step 1 shows up instead of the search results
Describe the results you received:
Only the trace specified by the traceID is present in the search results.
Describe the results you expected:
Fresh search results. The trace specified by the original traceID query parameter should not be carried into the search results unless it is in the result set.
T1071845
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels