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's fairly common to need to retrieve tracers, and as such adding the
additional tracer_source() call to every retrieval of a tracer can add to
a lot of extra boilerplate at minimal semantic value. It would be uncommon
for one to use multiple tracer_source objects, as typically one would want
all tracers to be created and behave in a similar way (e.g. passed to the
same span processor).
Co-Authored-By: Chris Kleinknecht <[email protected]>
0 commit comments