Skip to content

Conversation

@ADITYATIWARI342005
Copy link

@ADITYATIWARI342005 ADITYATIWARI342005 commented Oct 26, 2025

Which problem is this PR solving?

Description of the changes

Update jaeger-ui submodule reference to include the fix for TypeError in fetchOpsMetricsDone when metric.metrics is undefined.

Related PR: [[jaeger-ui#3130)] - Fix TypeError in fetchOpsMetricsDone when metrics is undefined

Submodule commits included:

  • 82ef7a4 - Fix TypeError with defensive null check
  • 95803787 - Apply prettier formatting

What this updates:

  • Submodule pointer: jaeger-ui updated from 4606e0e to 82ef7a4
  • Includes defensive null check preventing crash when no trace data exists

Impact: Users can now query services with no traces without encountering crashes or infinite loading states.

How was this change tested?

  • Verified submodule points to correct commit with the fix
  • Testing performed in submodule PR (see linked PR above)
  • Submodule changes validated

Checklist

Update jaeger-ui submodule to include the fix for TypeError when metrics
is undefined, preventing UI crashes when querying services with no trace data.

Fixes jaegertracing#7423

Signed-off-by: ADITYATIWARI342005 <[email protected]>
@ADITYATIWARI342005 ADITYATIWARI342005 requested a review from a team as a code owner October 26, 2025 13:04
@dosubot dosubot bot added the bug label Oct 26, 2025
@@ -1 +1 @@
Subproject commit 4606e0e7aba353224c0a7d1d2588366da3993f24
Subproject commit 958037870bba9f3ad0825d3a1d1d1cd2c934aefe
Copy link
Contributor

Choose a reason for hiding this comment

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

There appears to be a discrepancy between the commit hash in the code change (958037870bba9f3ad0825d3a1d1d1cd2c934aefe) and the one referenced in the PR description (82ef7a4).

Please verify that the correct commit is being referenced to ensure the PR includes the intended fix for the TypeError in fetchOpsMetricsDone. This verification is important to confirm that the actual changes match what's described in the PR.

Spotted by Graphite Agent

Fix in Graphite


Is this helpful? React 👍 or 👎 to let us know.

Copy link
Author

Choose a reason for hiding this comment

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

Submodule commits included:

  • 82ef7a4 - Fix TypeError with defensive null check
  • 95803787 - Apply prettier formatting

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug]: Infinite Loading and TypeError in Jaeger UI with No Traces

1 participant