-
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
Follow up for #988. #1036
Follow up for #988. #1036
Conversation
- Fix CHANGELOG entry. - Use SHOULD for the tracestate change. - Add it to the compliance matrix.
@@ -101,8 +101,8 @@ It produces an output called `SamplingResult` which contains: | |||
object must be immutable (multiple calls may return different immutable objects). | |||
* A `Tracestate` that will be associated with the `Span` through the new | |||
`SpanContext`. | |||
Note: If the sampler returns an empty `Tracestate` here, the `Tracestate` will be cleared, | |||
so samplers should normally return the passed-in `Tracestate` if they do not intend | |||
If the sampler returns an empty `Tracestate` here, the `Tracestate` will be cleared, |
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.
OK, but see also #1031
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.
But if we go that route, probably this entire section will be changed. Keeping it as a SHOULD instead of a MUST is a good situation for now ;)
Co-authored-by: Christian Neumüller <[email protected]>
Merging this as it's a follow up to the (important) team #988 |
Related to #988
Note: Realized we need to add the list of the built-in samplers to the compliance matrix, but will do that in another PR.