我在使用**.properties格式文件,做配置文件时,遇到了一个问题,记录一下
我的dashboard一直显示
Unable to connect to Command Metric Stream.
在控制台发现了这个报错
if it should be allowed add it to hystrix.dashboard.proxystreamallowlist
然后我在.properties**格式文件添加了以下配置:
hystrix.dashboard.proxy-stream-allow-list="localhost"
但是不起作用,还是报错,但是我这样写问题解决
hystrix.dashboard.proxy-stream-allow-list=localhost
有大佬,知道为什么会这样吗?