springboot admin和springcloud配合使用

Springboot配置context-path后,挂载到Eureka上,使用Springbootadmin检测,很多信息监测不到,例如内存使用,日志等信息,该怎么解决

用阿里的dubbo+zookeeper就可以了,不谢

我遇到过这个问题,试了很多,没有完美解决的办法,把 context-path去掉吧 你是不是为了区分前后台加的

eureka:
instance:
metadata-map:
user.name: ${spring.security.user.name}
user.password: ${spring.security.user.password}
management:
context-path: ${server.servlet.context-path}/actuator
health-check-url-path: ${server.servlet.context-path}/actuator/health
status-page-url-path: ${server.servlet.context-path}/actuator/info
home-page-url-path: ${server.servlet.context-path}/