Skip to content
This repository was archived by the owner on Sep 25, 2021. It is now read-only.

Better trace page search #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Better trace page search #1

wants to merge 1 commit into from

Conversation

nziebart
Copy link

Currently the search bar on the trace view page only searches the service name and operation name.

We have a some use cases that aren't satisfied by this. For example:

  1. find a specific SQL query (by md5) within the trace
  2. find traces that include stacktraces

This change does two things:
a) includes the tag key/value pairs in the searchable content
b) switches from fuzzy to exact search

I found (b) to be necessary from some experimentation - the md5 and SQL queries in particular will match random search queries due to the fuzzy search. Also it feels fairly intuitive to have verbatim search - this is how chrome search works.

@nziebart nziebart requested a review from nickdella May 15, 2018 00:43
@nziebart nziebart force-pushed the trace-page-search branch from 68047e3 to 27c3d2b Compare May 15, 2018 00:48
Copy link

@nickdella nickdella left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm!

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

Successfully merging this pull request may close these issues.

2 participants