Hystrix Dashboard实战

一 代码位置

https://github.com/cakin24/spring-cloud-code/tree/master/ch6-3

二 测试

1 启动Eureka

2 启动hystrix-Dashboard

3 启动消费者

4 观察Hystrix Dashboard的管理界面

Hystrix Dashboard实战_第1张图片

5 访问 http://localhost:9091/getProviderData

6 管理界面显示

Hystrix Dashboard实战_第2张图片

7 不停访问http://localhost:9091/getProviderData

断路器打开

Hystrix Dashboard实战_第3张图片

8 启动服务提供者

9 再次访问http://localhost:9091/getProviderData

Hystrix Dashboard管理界面如下

Hystrix Dashboard实战_第4张图片

 

 

你可能感兴趣的:(微服务)