Unable to connect to Command Metric Stream. in Hystrix Dashboard issue

后端 未结 3 706
我在风中等你
我在风中等你 2020-12-04 00:29

Before posting this question, I went through numerous links like : Unable to connect to Command Metric Stream for Hystrix Dashboard with Spring Cloud and Unable to connect t

3条回答
  •  南方客
    南方客 (楼主)
    2020-12-04 01:12

    I just added below in application.properties file and it started working:

    management.endpoint.hystrix.stream.enabled=true
    

提交回复
热议问题