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

Improve trace page title with data and unique emoji (fixes #2256) #2275

Merged
merged 4 commits into from
Apr 30, 2024

Conversation

nox
Copy link
Contributor

@nox nox commented Apr 23, 2024

Which problem is this PR solving?

Description of the changes

  • Trace page titles are changed to <unique emoji> <short trace id>: <operation name> (<service name>) — Jaeger UI.

How was this change tested?

  • Page titles are checked in tests.

Checklist

@nox nox requested a review from a team as a code owner April 23, 2024 07:23
@nox nox requested review from pavolloffay and removed request for a team April 23, 2024 07:23
@nox nox force-pushed the titles branch 3 times, most recently from ce3e732 to bda5c09 Compare April 23, 2024 19:02
@yurishkuro yurishkuro added the changelog:new-feature Change that should be called out as new feature in CHANGELOG label Apr 23, 2024
@nox nox force-pushed the titles branch 4 times, most recently from f65c4ff to 4bcc015 Compare April 24, 2024 11:24
@nox nox changed the title Improve trace page title with data and emoji favicon (fixes #2256) Improve trace page title with data and unique emoji (fixes #2256) Apr 24, 2024
Copy link

codecov bot commented Apr 24, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 96.60%. Comparing base (c4402ca) to head (cada767).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2275   +/-   ##
=======================================
  Coverage   96.59%   96.60%           
=======================================
  Files         254      254           
  Lines        7641     7662   +21     
  Branches     1990     1931   -59     
=======================================
+ Hits         7381     7402   +21     
  Misses        260      260           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@nox nox force-pushed the titles branch 2 times, most recently from 2d46e31 to 547663d Compare April 25, 2024 07:36
@yurishkuro yurishkuro added changelog:bugfix-or-minor-feature 🐞 Bug fixes, Minor Improvements and removed changelog:new-feature Change that should be called out as new feature in CHANGELOG labels Apr 25, 2024
@nox nox force-pushed the titles branch 2 times, most recently from cad096d to 03fe1a8 Compare April 26, 2024 08:10
nox added 4 commits April 29, 2024 16:08
It is already provided to the component through the traceName prop.

Signed-off-by: Anthony Ramine <nox@nox.paris>
Signed-off-by: Anthony Ramine <nox@nox.paris>
We make trace pages have a title "<trace short ID>: <operation name> (<service name>)"
to improve navigation when the user has many traces open in their browser.

Signed-off-by: Anthony Ramine <nox@nox.paris>
> Dear colleague, are you talking about the shrimp trace or the baguette trace?

To help discussing about traces with coworkers when debugging issues,
referring to a unique and distinguishable emoji is good.

Signed-off-by: Anthony Ramine <nox@nox.paris>
@yurishkuro yurishkuro merged commit b5e61f5 into jaegertracing:main Apr 30, 2024
9 checks passed
@nox nox deleted the titles branch April 30, 2024 05:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changelog:bugfix-or-minor-feature 🐞 Bug fixes, Minor Improvements
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants