Skip to content

fix(trace-eap-waterfall-replay): Unable to load span details #93899

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Abdkhan14
Copy link
Contributor

@Abdkhan14 Abdkhan14 commented Jun 19, 2025

  • We have multiple traces associated to a replay, and in the replay trace tab we load one trace, and append the rest in batches of three, in to one waterfall.

  • The error below was happening because, we were using the trace_id of the first trace fetched, to fetch the attributes of all the spans in the waterfall using /trace-item/..../?trace_id={slug}. Leading to a 404 for spans that are not part of the first trace.

  • Instead of concatenating the fetched results from the batch and appending as one tree, we take the results and individually append them to the tree, hence collecting and passing on the correct traceslugs that the drawer uses to fetch eap span attrs.

Screenshot 2025-06-19 at 1 08 00 AM
  • Also fixed the order of traces processed.

@Abdkhan14 Abdkhan14 requested review from a team as code owners June 19, 2025 05:06
@github-actions github-actions bot added the Scope: Frontend Automatically applied to PRs that change frontend components label Jun 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Scope: Frontend Automatically applied to PRs that change frontend components
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant