Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我一直在寻找有关如何在 JMX 上公开 Hystrix 的断路器状态的教程。我刚刚发现了一个使用hystrix-servo-metrics-publisher.
hystrix-servo-metrics-publisher
是否可以在 JMX 上公开断路器状态?
我找到了解决方案,只需启动以下代码:
HystrixPlugins.getInstance().registerMetricsPublisher( HystrixServoMetricsPublisher.getInstance());
在此之后,您将在com.netlix.servo.
com.netlix.servo
Obs:只有在第一个服务器请求之后,该信息才会在 JMX 上可用。