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
There should be possible to automatically propagate some values (e.g. correlation ids) from parent to its children. I propose to make this the default behavior of put, and to add putLocal which should be used to add span-local values.
The text was updated successfully, but these errors were encountered:
These looks even better. I mentioned default behavior because my proposal was to have 2 separate methods (put and putLocal) where put would the propagation.
There should be possible to automatically propagate some values (e.g. correlation ids) from parent to its children. I propose to make this the default behavior of
put
, and to addputLocal
which should be used to add span-local values.The text was updated successfully, but these errors were encountered: