alibaba / Sentinel

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

gateway cannot concat with sentinel-dashboard?where the code sentinel springCloud starter load the dashboard register action? #1594

Closed apple987 closed 3 years ago

apple987 commented 4 years ago

Run the console remotely and print the registration machine information. However, for the gateway project, the dashboard has never received the registration machine information printed by the console. Other projects can receive the registered machine information of gateway. When springboot and dashboard deploy the same machine, they can receive the registration information of gateway on the dashboard, but they can't be read remotely. What is the reason ?

dashboard控制台 image 源码改动 image image

image image image

cdfive commented 4 years ago

Which version of sentinel? You may check the log info in sentinel-record.log file. Refer to https://github.com/alibaba/Sentinel/wiki/FAQ#q-sentinel-控制台没有显示我的应用或者没有监控展示如何排查

sczyh30 commented 4 years ago

Any feedback? @apple987