spring cloud中turbine监控带context-path的模块

sping boot版本:1.5.1.RELEASE

spring cloud版本:Camden.SR6

模块:sso movie turbine

spring cloud中turbine监控带context-path的模块_第1张图片

spring cloud中turbine监控带context-path的模块_第2张图片

clusterConfig不能用default,只能全写上了

spring cloud中turbine监控带context-path的模块_第3张图片

上图红色处有两个斜杠,所以可以去掉一个

注意:一定要先确保http://192.168.1.101:8040/sso/hystrix.stream可以访问,碰到过打开后和http://192.168.1.101:8040/sso/hystrix 的界面一样,拿到的不是流,很奇怪的东西,试了好久后面才知道在sso模块添加了:

management:
  context-path: /sso

去掉后就正常了

参考:https://stackoverflow.com/questions/28471547/spring-boot-with-server-contextpath-set-vs-url-to-hystrix-stream-via-eureka-ser

你可能感兴趣的:(spring,cloud)