public function addSpanProcessor(SpanProcessorInterface $spanProcessor) : self { $this->spanProcessors[] = $spanProcessor; return $this; }