Hystrix+dashboard入门简单配置运行

spring系列版本:

  1. spring boot : 2.0.9.RELEASE
  2. spring cloud: Finchley.SR2

相关操作

  • 引入相关依赖
        <dependency>
            <groupId>org.springframework.cloud</groupId>
            <artifactId>spring-cloud-starter-netflix-hystrix</artifactId>
        </dependency>

        <dependency>
            <groupId>org.springframework.cloud</groupId>
            <artifactId>spring-cloud-starter-netflix-hystrix-dashboard</artifactId>
        </dependency>
 
        <dependency>
            <groupId>org.springframework.boot</groupId>
            <artifactId>spring-boot-starter-actuator</artifactId>
        </dependency>
  • 启动类添加@EnableHystrixDashboard注解

  • 启动访问
    在这里图片描述

Title:填写配置文件配置 spring.application.name=sms

  • 单击Monitor stream 后,页面出现Unable to connect to Command Metric Stream
 后台报: Failed opening connection to http://localhost:8082/actuator/hystrix.stream : 404 : HTTP/1.1 404 

在这里插入图片描述

  • 在 application.yml 文件中增加以下配置:
#暴露全部的监控信息
management:
  endpoints:
    web:
      exposure:
        include: "*"
  • 此时再次启动,发现上述错误已经没有了,再次访问监控面板,是loading 状态,请求可查看结果

在这里插入图片描述

参考:https://blog.csdn.net/fxbin123/article/details/82322476

  • 1
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 1
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值