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 think we determined in comments that almost no-one needs this right now as you should be using BatchSpanProcessor to avoid making your instrumentation block (details here).
This would enable async implementations of SpanProcessors (not so useful IMO as SpanProcessor work should be fire-and-forget) and Samplers (may be useful for remote sampling).
The text was updated successfully, but these errors were encountered:
Originally from #62 (comment)
BatchSpanProcessor
to avoid making your instrumentation block (details here).The text was updated successfully, but these errors were encountered: