public static function getInstance() : SpanProcessorInterface { if (null === self::$instance) { self::$instance = new self(); } return self::$instance; }