-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Remove undefined trace flags #1515
Comments
Thanks for opening this. These fields are used to satisfy this part of the specification:
Did you have a suggestion for how we can propagate these if that is not used? |
There are some options that I can think of:
|
The
This would mean this implementation of the B3 propagation does not implement the specification. Propagating a sampling decision of
This is an interesting association. The W3C trace context flags field is not the same as the |
See the specification: |
I'm not following. Can you quote the line that is relevant to your point? |
The current spec does not define flags properties for:
IsDeferred
andIsDebug
. See https://github.com/open-telemetry/opentelemetry-go/blob/main/trace/trace.go#L345The text was updated successfully, but these errors were encountered: