Open
Description
b3 has the concept of a debug flag which forces tracing no matter what.
If this flag is set on an incoming trace sampling should be enforced. For outgoing requests the flag should be passed along.
Right now in the multi header case the flag is completely ignored. In the single header case tracing is enabled, but the debug state is not forwarded.
Some discussion can be found in #595 / #595 (comment).