spring cloud 的监控turbine-rabbitmq的示例

发布时间:2020-10-03 11:47:20 作者:菜鸟阿达
来源:脚本之家 阅读:172

前提是你已经有了注册中心,然后搭建一个基础spring cloud 服务,并配置注册服务等等前提环境搭建

接下来描述的服务提供者和服务调用者的配置都是一样的,来自《spring cloud 与 docker微服务架构实战》的读后的个人总结.

pom文件中需要引入spring-cloud-starter-hystrix/spring-cloud-starter-hystrix-dashboard/spring-cloud-netflix-hystrix-stream/spring-cloud-starter-turbine-stream/spring-cloud-starter-stream-rabbit
如下

<dependency>
 <groupId>org.springframework.cloud</groupId>
 <artifactId>spring-cloud-starter-hystrix</artifactId>
</dependency>
<dependency>
 <groupId>org.springframework.cloud</groupId>
 <artifactId>spring-cloud-starter-hystrix-dashboard</artifactId>
</dependency>
<dependency>
 <groupId>org.springframework.cloud</groupId>
 <artifactId>spring-cloud-netflix-hystrix-stream</artifactId>
</dependency>
<dependency>
 <groupId>org.springframework.cloud</groupId>
 <artifactId>spring-cloud-starter-turbine-stream</artifactId>
</dependency>
<dependency>
 <groupId>org.springframework.cloud</groupId>
 <artifactId>spring-cloud-starter-stream-rabbit</artifactId>
</dependency>

启动类需要添加如下注解

/*turibine监控*/
@EnableTurbineStream
@EnableCircuitBreaker
/*Dashboard监控*/
@EnableHystrixDashboard

接下来的操作才是关键

1,将注册中心 服务提供者 服务调用者 都启动

2.访问服务提供者 ip:port/hystrix 如图

spring cloud 的监控turbine-rabbitmq的示例 

3. 图中总共有三个文本框,其中第一个文本框是必填的,填写的是服务调用者的 ip:port/hystrix.stream,然后点击Monitor Stream.

spring cloud 的监控turbine-rabbitmq的示例 

4. 注意,如果第一个文本框填写的不正确会展示如下内容

spring cloud 的监控turbine-rabbitmq的示例 

5. 访问服务调用者,当然,该服务调用者提供的接口需要调用服务提供者提供的接口的

6.这时候就能看到如下内容,就证明你成功了

spring cloud 的监控turbine-rabbitmq的示例

访问hystrix.stream

访问该连接时,想要出现如下的情况

spring cloud 的监控turbine-rabbitmq的示例 

这个就要访问服务提供者的 ip:port/hystrix.stream

以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持亿速云。

推荐阅读:
  1. Spring Cloud Gateway - 扩展
  2. Spring Cloud Gateway 服务网关快速实现解析

免责声明:本站发布的内容(图片、视频和文字)以原创、转载和分享为主,文章观点不代表本网站立场,如果涉及侵权请联系站长邮箱:is@yisu.com进行举报,并提供相关证据,一经查实,将立刻删除涉嫌侵权内容。

spring cloud turbine

上一篇:Python中pandas模块DataFrame创建方法示例

下一篇:Android开发中TextView文本过长滚动显示实现方法分析

相关阅读

您好,登录后才能下订单哦!

密码登录
登录注册
其他方式登录
点击 登录注册 即表示同意《亿速云用户服务条款》