-
Notifications
You must be signed in to change notification settings - Fork 551
Sample on root span level #3767
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
Conversation
❌ 1594 Tests Failed:
View the top 1 failed tests by shortest run time
View the full list of 2 ❄️ flaky tests
To view more test analytics, go to the Test Analytics Dashboard |
@sl0thentr0py Removed |
tests/tracing/test_sampling.py
Outdated
name="dogpark", parent_sampled=parent_sampling_decision | ||
) | ||
assert transaction.sampled is parent_sampling_decision | ||
with start_span(name="catpark", sampled=parent_sampling_decision): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this test should mirror the one above where you added the continue_trace
Closes #3766