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
I'm currently making use of Tracer, creating Spans, and using WithActiveSpan.
Currently I'm manually propagating a Tracer instance around - one that is actually used for my entire HTTP server, between functions that need to create Spans. Is this the expected way to do it? While I can get the current span without it, it wasn't clear to me how to get the tracer - or what happens if you mix tracers.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I'm currently making use of Tracer, creating Spans, and using WithActiveSpan.
Currently I'm manually propagating a
Tracer
instance around - one that is actually used for my entire HTTP server, between functions that need to create Spans. Is this the expected way to do it? While I can get the current span without it, it wasn't clear to me how to get the tracer - or what happens if you mix tracers.Beta Was this translation helpful? Give feedback.
All reactions