alibaba / Sentinel

A powerful flow control component enabling reliability, resilience and monitoring for microservices. (面向云原生微服务的高可用流控防护组件)
https://sentinelguard.io/
Apache License 2.0
22.15k stars 7.95k forks source link

[BUG] sentinel dashboard 中的请求链路 不显示自定义的api名称 #3291

Open silent-night-no-trace opened 6 months ago

silent-night-no-trace commented 6 months ago

Issue Description

I used spring cloud alibaba and spring cloud series frameworks and combined sentinel to implement spring cloud gateway to achieve gateway traffic limiting. And the sentinel dashboard was used to observe the current limiting results I created a few new test apis in api Management. But I don't have any custom api links in the request link. Why

Among them, 20 nodes deployed in the online gateway service have been successfully registered in sentinel-dashBoard. I configured the custom api in the api management of sentinel-dashboard and used the custom api in the flow control rules and set the flow control rules. I can confirm that there is definitely traffic that will trigger this custom api but I do not see the custom api in the attempt to request the link. What should I do

Type: bug report

Describe what happened

Describe what you expected to happen

How to reproduce it (as minimally and precisely as possible)

Tell us your environment

Anything else we need to know?

silent-night-no-trace commented 6 months ago

env spring cloud 2021.0.5 spring cloud alibaba 2021.0.5.0 spring boot 2.6.13 sentinel-dashboard 1.8.6

silent-night-no-trace commented 6 months ago

The test environment tests all right However, the basic stream limiting of the online environment will not work and the added custom api will not be displayed in the request link module after the request is triggered The only difference is that nacos in the online environment has the authentication logic enabled. Is there anything else I need to add