You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 17, 2025. It is now read-only.
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).