Replies: 1 comment 3 replies
-
I think these questions are better raised in W3C Trace Context repo.
WIth 50 bytes I would say no, based on my experience with using baggage. If you go to 100-200, that's still below W3C spec, so I'd say "supports (*)" and explain the limits. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all. I'm looking into how AWS managed services can support propagation of headers like tracestate and baggage. One concern is that these can get pretty big, especially baggage which is controlled by the user. Are there any best practices for dealing with these? In one case, we are being given a quota of around ~50 additional propagated bytes for both of these - naturally this is well below the limits of these headers. What is a reasonable number of bytes to get good bang for buck for these headers? Can AWS be considered to officially support these headers if we have to truncate to such a small size? Is tracestate or baggage more important to propagate if we have to choose due to size constraints?
Appreciate any thoughts on these headers, I haven't used them much myself so not sure what the practical sizes are.
Beta Was this translation helpful? Give feedback.
All reactions