Skip to content

Allow viewing span details in a side panel instead of inline view#3578

Merged
yurishkuro merged 2 commits into
jaegertracing:mainfrom
yurishkuro:adr-006/enable
Mar 7, 2026
Merged

Allow viewing span details in a side panel instead of inline view#3578
yurishkuro merged 2 commits into
jaegertracing:mainfrom
yurishkuro:adr-006/enable

Conversation

@yurishkuro
Copy link
Copy Markdown
Member

@yurishkuro yurishkuro commented Mar 7, 2026

Description of the changes

  • Enables displaying span details in a side panel as an option
  • Default view is still inline span details, can be changed via traceTimeline.defaultDetailPanelMode="sidepanel" config option.
image

Previous phases: Phase 1 #3558, Phase 2 #3562, Phase 3 #3569, Phase 4 #3576, Phase 5 #3577.

Copilot AI review requested due to automatic review settings March 7, 2026 22:16
@yurishkuro yurishkuro requested a review from a team as a code owner March 7, 2026 22:16
@yurishkuro yurishkuro added the changelog:new-feature Change that should be called out as new feature in CHANGELOG label Mar 7, 2026
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Updates Jaeger UI’s default configuration to enable the trace timeline “side panel span details” feature flag by default, while keeping inline as the initial detail view mode.

Changes:

  • Flip traceTimeline.enableSidePanel default from false to true
  • Keep traceTimeline.defaultDetailPanelMode default as 'inline'

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

You can also share your feedback on Copilot code review. Take the survey.

Comment thread packages/jaeger-ui/src/constants/default-config.ts
@codecov
Copy link
Copy Markdown

codecov Bot commented Mar 7, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 89.15%. Comparing base (6e6724a) to head (34d291a).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #3578   +/-   ##
=======================================
  Coverage   89.15%   89.15%           
=======================================
  Files         303      303           
  Lines        9698     9698           
  Branches     2584     2585    +1     
=======================================
  Hits         8646     8646           
+ Misses       1049     1048    -1     
- Partials        3        4    +1     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Signed-off-by: Yuri Shkuro <[email protected]>
@yurishkuro yurishkuro merged commit 1b216f4 into jaegertracing:main Mar 7, 2026
15 checks passed
@yurishkuro yurishkuro deleted the adr-006/enable branch March 7, 2026 22:37
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.

2 participants