gpt4 book ai didi

spring cloud 的监控turbine-rabbitmq的示例

转载 作者:qq735679552 更新时间:2022-09-27 22:32:09 27 4
gpt4 key购买 nike

CFSDN坚持开源创造价值,我们致力于搭建一个资源共享平台,让每一个IT人在这里找到属于你的精彩世界.

这篇CFSDN的博客文章spring cloud 的监控turbine-rabbitmq的示例由作者收集整理,如果你对这篇文章有兴趣,记得点赞哟.

前提是你已经有了注册中心,然后搭建一个基础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 如下 。

?
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<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>

启动类需要添加如下注解 。

?
1
2
3
4
5
/*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 。

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

原文链接:https://blog.csdn.net/qq_33547169/article/details/78961564 。

最后此篇关于spring cloud 的监控turbine-rabbitmq的示例的文章就讲到这里了,如果你想了解更多关于spring cloud 的监控turbine-rabbitmq的示例的内容请搜索CFSDN的文章或继续浏览相关文章,希望大家以后支持我的博客! 。

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com