-
Notifications
You must be signed in to change notification settings - Fork 888
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
Update Setter used for Injection #444
Comments
Having a look at this with @carlosalberto and it looks like this issue may be desirable before the trace api freeze because it could change how Extractions Getter interacts. |
Repeating my comment from #433. Given that headers can be converted between their single line and multiline equivalents we could require that
The exception is |
Only if we assume only HTTP will ever be used by the TextMapPropagator |
Would love that myself. If we can agree on that, I'd be super happy. |
Similarly to #433 I think we should state specifically that cc @yurishkuro (original author of the comment ;) ) |
from the spec mtg today, @carlosalberto will add note about details |
Added #976 to clarify this part of the Specification - the actual addition of an |
From this comment, talking about api-propagators.md:
For HTTP, does Setter do header.Set or header.Add?
The W3C
tracestate
header may be split into multiple entries (repeated headers). It's impossible to do it ifSetter
only has aSet
method.(But maybe it's ok, since not all transports where we might use
HTTPPropagator
actually allow repeated headers).The text was updated successfully, but these errors were encountered: