Skip to content

Searching spans in a trace page doesn't work #803

Closed
@RotemKir

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:

  1. Open a trace in jaeger ui.
  2. Enter a span id in the "Find..." textbox.
  3. The url in the browser is updated with the "uiFind=..." parameter but the relevant span isn't marked or found.
  4. Refreshing the screen or navigating to the updated url finds the span.
  5. 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):
Screenshot 2021-08-26 091009

Refreshing the screen with the same url:
Screenshot 2021-08-26 091229

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?

  1. Didn't see any errors in the dev tools console.
  2. Didn't see any http calls (should be fine I guess since the search is probably done in the client side).
  3. 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

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

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions