Adds a span to the buffer.
Returns true if buffer should be flushed.
bool addSpan(Span span) { _spans.add(span); return _shouldFlush(); }