Description
Describe the bug
Open a specific trace and enter a span id in the "Find..." textbox does nothing.
To Reproduce
Steps to reproduce the behavior:
- Open a trace in jaeger ui.
- Enter a span id in the "Find..." textbox.
- The url in the browser is updated with the "uiFind=..." parameter but the relevant span isn't marked or found.
- Refreshing the screen or navigating to the updated url finds the span.
- No errors were shown in the browser dev tools console, no http errors or calls were made.
Expected behavior
When searching a span id the span should be marked and found (nice to have: a message if nothing was found).
Screenshots
Entering span id (nothing happens):
Refreshing the screen with the same url:
Version (please complete the following information):
- OS: Windows (for the browser), linux for the jaeger backend
- Jaeger version: all-in-one 1.25.0, jaeger UI version 1.15.0
- Deployment: local docker (docker desktop) or in kubernetes
What troubleshooting steps did you try?
- Didn't see any errors in the dev tools console.
- Didn't see any http calls (should be fine I guess since the search is probably done in the client side).
- Couldn't find any existing issue open in github related to this.
Additional context
IIRC the search worked fine a few versions earlier, can't recall which version since I upgraded the docker image several times in the past month.
As a workaround refreshing the screen or navigating directly to the url with the trace and span ids works, just searching in the page seems broken.
Activity