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
The spec supports injection of io.opentracing.Tracer which can be used to create new spans or give an access to the current active span e.g. server span (tracer.activeSpan()).
If the user needs to only add new data to a span then an injected span would provide a direct shortcut.
The spec supports injection of
io.opentracing.Tracer
which can be used to create new spans or give an access to the current active span e.g. server span (tracer.activeSpan()
).If the user needs to only add new data to a span then an injected span would provide a direct shortcut.
cc @pilhuhn
The text was updated successfully, but these errors were encountered: