无法分辨Hystrix电路是否用千分尺强制断开

时间:2019-11-05 15:47:55

标签: spring-boot prometheus hystrix micrometer

hystrix.command.HystrixCommandKey.circuitBreaker.forceOpen设置为true时,千分尺hystrix.circuit.breaker.open的度量值不会拾取强制断开的断路器,并且保持为0。

此外,似乎没有关于FORCED打开状态的任何信息。

短路事件的数量(hystrix.execution.total {event =“ short_circuited”})增加了,但是hystrix.circuit.breaker.open仍然保持为0。

有没有一种方法可以获取强制断开 hystrix电路状态度量以进行监控?

0 个答案:

没有答案