-
Notifications
You must be signed in to change notification settings - Fork 893
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
Clarify TraceIdRatioBased Sampler description #1524
Comments
Survey of Existing SolutionsGo
Java
Python
JS
.NET
|
Based on what SIGs are doing (especially the ones that have a released a 1.0.0 version) it would follow the specification needs to be updated to reflect the description should be dynamic. E.g.
|
I'm glad no one interpreted it as "it has to be this constant string regardless of the actual ratio" 😄 Thanks for digging up the status-quo and presenting it here, Tyler! |
Sure thing 👍 |
From the specification:
Does this mean this sampler should always return the static string
"TraceIdRatioBased{0.000100}"
even if the ratio is not0.000100
?Or should it return
"TraceIdRatioBased{$RATIO}"
with$RATIO
replaced with a decimal representation of the sampling ratio? If so, what precision should this ratio be?The text was updated successfully, but these errors were encountered: