-
Notifications
You must be signed in to change notification settings - Fork 530
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Span Search - Highlight search results #238
Conversation
Signed-off-by: Davit Yeghshatyan <davo@uber.com>
Signed-off-by: Davit Yeghshatyan <davo@uber.com>
Signed-off-by: Davit Yeghshatyan <davo@uber.com>
Signed-off-by: Davit Yeghshatyan <davo@uber.com>
Signed-off-by: Davit Yeghshatyan <davo@uber.com>
Signed-off-by: Davit Yeghshatyan <davo@uber.com>
Signed-off-by: Davit Yeghshatyan <davo@uber.com>
Signed-off-by: Davit Yeghshatyan <davo@uber.com>
Signed-off-by: Davit Yeghshatyan <davo@uber.com>
Signed-off-by: Davit Yeghshatyan <davo@uber.com>
Signed-off-by: Davit Yeghshatyan <davo@uber.com>
Signed-off-by: Davit Yeghshatyan <davo@uber.com>
Signed-off-by: Davit Yeghshatyan <davo@uber.com>
a37a8d8
to
9bb150a
Compare
Codecov Report
@@ Coverage Diff @@
## master #238 +/- ##
==========================================
- Coverage 78.61% 77.53% -1.09%
==========================================
Files 135 135
Lines 2927 2933 +6
Branches 607 607
==========================================
- Hits 2301 2274 -27
- Misses 495 522 +27
- Partials 131 137 +6
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #238 +/- ##
==========================================
+ Coverage 77.05% 77.15% +0.09%
==========================================
Files 135 135
Lines 2951 2950 -1
Branches 614 613 -1
==========================================
+ Hits 2274 2276 +2
+ Misses 534 531 -3
Partials 143 143
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work!
Hi @davit-y , @tiffon Could you explain how this is supposed to work, or maybe point me to some documentation. Maybe I missed to configure something properly, but I wasn't able to find anything related to that on any of the pages here: https://www.jaegertracing.io/docs/1.22/ |
* Add result count, navigation and clear buttons Signed-off-by: Davit Yeghshatyan <davo@uber.com> * Correct imports Signed-off-by: Davit Yeghshatyan <davo@uber.com> * Move and delete files Signed-off-by: Davit Yeghshatyan <davo@uber.com> * Review fixes Signed-off-by: Davit Yeghshatyan <davo@uber.com> * Fix TracePageHeader test Signed-off-by: Davit Yeghshatyan <davo@uber.com> * Lighten buttons when disabled Signed-off-by: Davit Yeghshatyan <davo@uber.com> * Review fixes Signed-off-by: Davit Yeghshatyan <davo@uber.com> * Fix tests Signed-off-by: Davit Yeghshatyan <davo@uber.com> * Add shortcuts Signed-off-by: Davit Yeghshatyan <davo@uber.com> * Fix merge changes Signed-off-by: Davit Yeghshatyan <davo@uber.com> * Fix TracePageHeader and TracePageSearchBar tests Signed-off-by: Davit Yeghshatyan <davo@uber.com> * Delay TracePageHeader testing until release of Enzyme v3.5.0 Signed-off-by: Davit Yeghshatyan <davo@uber.com> * Highlight matching spans Signed-off-by: Davit Yeghshatyan <davo@uber.com> * Highlight span-name-wrapper Signed-off-by: Davit Yeghshatyan <davo@uber.com> Signed-off-by: vvvprabhakar <vvvprabhakar@gmail.com>
Which problem is this PR solving?
Short description of the changes
"Highlight matching spans" is the first commit of this branch, PR will be cleaner once #234 is merged