Spring Boot v2.2.6.RELEASE and Turbine - Unable to aggregate the metrix

后端 未结 1 1157
萌比男神i
萌比男神i 2020-12-07 00:33

I am working on Spring Boot v2.2.6.RELEASE + Eureka + Hystrix and Turbine. Before posting this question I went through many links like:

  • Spr

相关标签:
1条回答
  • 2020-12-07 00:57

    I was able to solve this using below changes -

    I had to remove management.endpoints.web.base-path=/ from fastpass-console and tollrate-billboard.

    Now when I hit: http://localhost:8085/turbine.stream?cluster=TOLLRATE-BILLBOARD, I am getting details here -

    Now when I hit: **http://localhost:8085/turbine.stream?cluster=FASTPASS-CONSOLE**, I am getting details here -

    0 讨论(0)
提交回复
热议问题