wk4212 opened a new issue, #12515:
URL: https://github.com/apache/skywalking/issues/12515

   ### Search before asking
   
   - [X] I had searched in the 
[issues](https://github.com/apache/skywalking/issues?q=is%3Aissue) and found no 
similar issues.
   
   
   ### Apache SkyWalking Component
   
   UI (apache/skywalking-booster-ui)
   
   ### What happened
   
   网关和网关后面的服务出现并列的情况
   ![Uploading 微信图片_20240808190826.png…]()
   
   
   
   ### What you expected to happen
   
   在拓扑图中,demo-order 服务应该出现在 demo-gateway 网关的后面
   
   ### How to reproduce
   
   **gate-way项目的pom如下**
   
   spring boot 3.2.4 + spring-cloud-starter-gateway 4.1.5 + 
spring-cloud-starter-alibaba-nacos-discovery 2023.0.1.0
   
   <!--gateway-->
   <dependency>
       <groupId>org.springframework.cloud</groupId>
       <artifactId>spring-cloud-starter-gateway</artifactId>
       <version>4.1.5</version>
   </dependency>
   
   <!--nacos服务注册与发现-->
   <dependency>
       <groupId>com.alibaba.cloud</groupId>
       <artifactId>spring-cloud-starter-alibaba-nacos-discovery</artifactId>
   </dependency>
   
   <!--负载均衡组件,配合RestTemplate使用,不引入会导致不能根据服务名调用-->
   <dependency>
       <groupId>org.springframework.cloud</groupId>
       <artifactId>spring-cloud-starter-loadbalancer</artifactId>
   </dependency>
   
   **plugins目录下已经拷贝了相关的jar**
   apm-spring-cloud-gateway-4.x-plugin-9.3.0.jar
   apm-spring-webflux-6.x-plugin-9.3.0.jar
   
   
   
   ### Anything else
   
   _No response_
   
   ### Are you willing to submit a pull request to fix on your own?
   
   - [ ] Yes I am willing to submit a pull request on my own!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of 
Conduct](https://www.apache.org/foundation/policies/conduct)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: 
[email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to