详情请进入 湖南阳光电子学校 已关注:人 咨询电话:0731-85579057 微信号:yp941688, yp94168
链接:https://www.jianshu.com/p/c962e9af31a1
在我的第四篇文章断路器讲述了如何使用断路器,并简单的介绍了下hystrix dashboard组件,这篇文章更加详细的介绍hystrix dashboard。
一、hystrix dashboard简介
在微服务架构中为例保证程序的可用性,防止程序出错导致网络阻塞,出现了断路器模型。断路器的状况反应了一个程序的可用性和健壮性,它是一个重要指标。hystrix dashboard是作为断路器状态的一个组件,提供了数据监控和友好的图形化界面。
二、准备工作
本文的的工程栗子,来源于第一篇文章的栗子,在它的基础上进行改造。
三、开始改造service-hi
在pom的工程文件引入相应的依赖:
org.springframework.boot
spring-boot-starter-actuator
org.springframework.cloud
spring-cloud-starter-hystrix-dashboard
org.springframework.cloud
spring-cloud-starter-hystrix
其中,这三个依赖是必须的,缺一不可。
在程序的入口servicehiapplication类,加上@enablehystrix注解开启断路器,这个是必须的,并且需要在程序中声明断路点hystrixcommand;加上@enablehystrixdashboard注解,开启hystrixdashboard
@springbootapplication
@enableeurekaclient
@restcontroller
@enablehystrix
@enablehystrixdashboard
public class servicehiapplication {
public static void main(string[] args) {
springapplication.run(servicehiapplication.class, args);
}
@value("${server.port}")
string port;
@requestmapping("/hi")
@hystrixcommand(fallbackmethod = "hierror")
public string home(@requestparam string name) {
return "hi "+name+",i am from port:" +port;
}
public string hierror(string name) {
return "hi,"+name+",sorry,error!";
}
}
运行程序: 依次开启eureka-server 和service-hi.
四、hystrix dashboard图形展示
打开:8762/hystrix.stream,可以看到一些具体的数据:
打开locahost:8762/hystrix 可以看见以下界面:
在界面依次输入:locahost:8762/hystrix.stream 、2000 、miya
;点确定。
在另一个窗口输入: :8762/hi?name=forezp
重新刷新hystrix.stream网页,你会看到良好的图形化界面:
源码下载:
https://github.com/forezp/springcloudlearning/tree/master/chapter12
。边坝水电安装培训学校,一般手机维修学徒要学多久,边坝学水电安装的学校,边坝水电安装培训哪里好,边坝水电安装培训学校,边坝水电安装短期培训班,边坝水电安装培训学校地址,边坝学水电安装培训,边坝水电安装培训哪里好,边坝水电安装培训班,边坝水电安装技术培训.(编辑:hnygdzxx888)
(整理:边坝水电安装培训学校)
湖南阳光电子学校教学特色