Open
Description
Originally from #62 (comment)
- 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).