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

Remove Ruby/Thread and Ruby/Fiber spans #2389

Merged
merged 3 commits into from
Jan 8, 2024
Merged

Conversation

tannalynn
Copy link
Contributor

To reduce confusing information being reported, the agent no longer creates the new spans for Ruby/Thread and Ruby/Fiber. The agent will still record anything happening inside of these threads/fibers correctly. The parents will still also be created correctly. We did have to make some adjustment to segment parent logic to accommodate the removal of these spans while maintaining consistently correct parent nesting.

I decided to leave the concurrent ruby spans as is, since those are more likely to be useful information for customers compared to the ruby/thread spans.

resolves #2371

@tannalynn tannalynn marked this pull request as ready for review January 5, 2024 21:43
Co-authored-by: James Bunch <fallwith@gmail.com>
Copy link

github-actions bot commented Jan 6, 2024

SimpleCov Report

Coverage Threshold
Line 93.67% 93%
Branch 71.81% 71%

@tannalynn tannalynn merged commit b95e861 into dev Jan 8, 2024
28 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove the Ruby/Thread + other spans
2 participants