Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added tooltip when hovered on header column of TraceStatistics view #1902

Merged
merged 6 commits into from
Oct 22, 2023

Conversation

GLVSKiriti
Copy link
Contributor

Which problem is this PR solving?

Description of the changes

  • Attach hover-over tooltips to the columns in trace statistics which explain what each column is for

Signed-off-by: GLVS Kiriti <glvskiriti2003369@gmail.com>
@GLVSKiriti GLVSKiriti requested a review from a team as a code owner October 21, 2023 16:42
@GLVSKiriti GLVSKiriti requested review from pavolloffay and removed request for a team October 21, 2023 16:42
@codecov
Copy link

codecov bot commented Oct 21, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Files Coverage Δ
...src/components/TracePage/TraceStatistics/index.tsx 87.00% <100.00%> (+0.13%) ⬆️

📢 Thoughts on this report? Let us know!.

Signed-off-by: GLVS Kiriti <glvskiriti2003369@gmail.com>
@GLVSKiriti
Copy link
Contributor Author

Result would be like this!
Screencast from 21-10-23 11 51 39 PM IST(2)

Copy link
Member

@yurishkuro yurishkuro left a comment

Choose a reason for hiding this comment

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

I find it odd that the click tooltip shows on a large portion of the header. It would make sense to show the main tooltip across most of the header, and only show click tooltip when hovering over the up/down icons.

Also, I think click tooltip isn't really needed, it's pretty standard behavior to sort by clicking.

Signed-off-by: GLVS Kiriti <glvskiriti2003369@gmail.com>
Signed-off-by: GLVS Kiriti <glvskiriti2003369@gmail.com>
Signed-off-by: GLVS Kiriti <glvskiriti2003369@gmail.com>
… is removed

Signed-off-by: GLVS Kiriti <glvskiriti2003369@gmail.com>
@yurishkuro yurishkuro added the changelog:new-feature Change that should be called out as new feature in CHANGELOG label Oct 22, 2023
Copy link
Member

@yurishkuro yurishkuro left a comment

Choose a reason for hiding this comment

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

Thanks!

@yurishkuro yurishkuro merged commit 3df53f4 into jaegertracing:main Oct 22, 2023
10 of 11 checks passed
@GLVSKiriti GLVSKiriti deleted the TraceStatisticsToolTips branch October 22, 2023 06:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changelog:new-feature Change that should be called out as new feature in CHANGELOG
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Create Trace Statistics Tooltips / Help Documentation
2 participants