有可能以与spring-boot 1.5相同的方式获取hystrix指标信息吗?
在1.5度量终点中我有这样的东西:
"gauge.servo.hystrix.hystrixcommand.[service-name].[method].errorcount": 0,
"gauge.servo.hystrix.hystrixcommand.[service-name].[method].requestcount": 0,
"gauge.servo.hystrix.hystrixcommand.[service-name].[method].latencytotal_mean": 0,
但是现在使用千分尺的执行器/公制端点,我找不到任何对“hystrix”,“netflix”等术语的引用。
我已经使用@EnableCircuitBreaker
和hystrix:metrics:enabled: true
配置了我的应用程序。
有一些方法可以在不使用hystrix.stream端点的情况下获取此信息,因为我以前能够使用?或者这应该有效,我做错了什么?