-
Notifications
You must be signed in to change notification settings - Fork 133
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
RUMM-3194 add sampling rate on Tracer #1259
Conversation
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.
Do spans affect their children? If so, do we need to check / test the spans created by the URLSession delegate, and make sure the sampled Spans get encoded to the W3C / b3 headers?
@@ -18,6 +20,9 @@ extension String: AllowedSpanAttributeValue {} | |||
extension UInt64: AllowedSpanAttributeValue {} | |||
extension Int: AllowedSpanAttributeValue {} | |||
|
|||
// Only numeric values are allowed for `span.ç_dd.*`. |
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.
Is that supposed to be ç_dd
or just _dd
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.
Indeed thanks.
The trace's sampling is being handled by the root span, meaning that this is going to be handled automatically by APM's logic on DD servers |
c8b7032
to
ed6c70e
Compare
Datadog ReportBranch report: ✅ |
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.
Nice, thanks @xgouchet!
What and why?
Allow customer sampling their traces on the mobile side
How?
A brief description of implementation details of this PR.
Review checklist
Custom CI job configuration (optional)