-
Notifications
You must be signed in to change notification settings - Fork 132
Prioritize full granularity over partial granularity #1598
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
base: develop-hybrid-core-tracing
Are you sure you want to change the base?
Prioritize full granularity over partial granularity #1598
Conversation
✅MegaLinter analysis: Success
See detailed reports in MegaLinter artifacts |
5675c73 to
a217de8
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop-hybrid-core-tracing #1598 +/- ##
==============================================================
Coverage ? 79.90%
==============================================================
Files ? 211
Lines ? 24664
Branches ? 3920
==============================================================
Hits ? 19709
Misses ? 3569
Partials ? 1386 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
* priority +=2 when full granularity and sampled=true * priority +=1 when partial granularity and sampled=true * always_on sampler for full granularity sets priority=3 instead of 2
a217de8 to
5623745
Compare
| ( | ||
| (True, "always_off", True, "adaptive", None, None, True), # Uses adaptive sampling algo. | ||
| (True, "always_on", True, "adaptive", True, 2, False), # Uses adaptive sampling algo. | ||
| (False, "always_on", False, "adaptive", False, 0, False), # Uses adaptive sampling algo. |
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.
I moved this into the new test case below so we can actually check the value of priority.

Overview
Prioritize full granularity over partial granularity: