The current naive exporter interface has a few shortcomings that need to be addressed:
- It must work with span circular buffers where the data isn't stored in a single contiguous segment.
- It must support forking (needs something like a restart function).
- It must/should support streaming exporters.
The current naive exporter interface has a few shortcomings that need to be addressed: