Skip to content

fix(aci): Don't propagate traces to buffer processing tasks #93521

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

Merged
merged 5 commits into from
Jun 13, 2025
Merged

Conversation

kcons
Copy link
Member

@kcons kcons commented Jun 13, 2025

We don't have any real need for parent or peer traces in these tasks, and not propagating should leave us with dramatically smaller traces that will load much more quickly and be easier to read.

Note that this affects delayed_workflow and delayed_processing; delayed_workflow is the one we've had more issues loading, but I don't see it as having significant downside for either so I didn't make it conditional by task.

@github-actions github-actions bot added the Scope: Backend Automatically applied to PRs that change backend components label Jun 13, 2025
@kcons kcons requested review from cathteng, saponifi3d and a team June 13, 2025 16:40
Copy link
Contributor

@saponifi3d saponifi3d left a comment

Choose a reason for hiding this comment

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

👍 agree about not needing to prop the trace.

Copy link

codecov bot commented Jun 13, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

✅ All tests successful. No failed tests found.

Additional details and impacted files
@@             Coverage Diff             @@
##           master   #93521       +/-   ##
===========================================
+ Coverage   77.84%   88.00%   +10.16%     
===========================================
  Files       10316    10319        +3     
  Lines      594670   594699       +29     
  Branches    23129    23129               
===========================================
+ Hits       462892   523377    +60485     
+ Misses     131285    70829    -60456     
  Partials      493      493               

@kcons kcons merged commit fb14303 into master Jun 13, 2025
63 checks passed
@kcons kcons deleted the kcons/snip branch June 13, 2025 18:31
billyvg pushed a commit that referenced this pull request Jun 18, 2025
We don't have any real need for parent or peer traces in these tasks,
and not propagating should leave us with dramatically smaller traces
that will load much more quickly and be easier to read.

Note that this affects delayed_workflow and delayed_processing;
delayed_workflow is the one we've had more issues loading, but I don't
see it as having significant downside for either so I didn't make it
conditional by task.
andrewshie-sentry pushed a commit that referenced this pull request Jun 19, 2025
We don't have any real need for parent or peer traces in these tasks,
and not propagating should leave us with dramatically smaller traces
that will load much more quickly and be easier to read.

Note that this affects delayed_workflow and delayed_processing;
delayed_workflow is the one we've had more issues loading, but I don't
see it as having significant downside for either so I didn't make it
conditional by task.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Scope: Backend Automatically applied to PRs that change backend components
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants