Closed
Description
The (still unmerged specification) states that two built-in SpanProcessor should be included, simple span processor and a batch span processor. https://github.com/open-telemetry/opentelemetry-specification/blob/de3a38878e8535edc5a7acbd8b713be4f4a14031/specification/sdk-span-processors.md#built-in-span-processors
The first one was implemented in #119 while the second one is still missing.
I am opening this issue just to signal that I want to implement it, to avoid duplicated work just in case.