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
It seemed that tracer:binary_inject() didn't inject the span context to the carrier when I replaced tracer:text_map_inject() function in the tutorial.lua with it. carrierturned out to be an empty string and span_context is nil. Any idea on that?
It seemed that
tracer:binary_inject()
didn't inject the span context to the carrier when I replacedtracer:text_map_inject()
function in thetutorial.lua
with it.carrier
turned out to be an empty string andspan_context
isnil
. Any idea on that?The text was updated successfully, but these errors were encountered: