新增配置

management:
  endpoints:
    web:
      exposure:
        include: 'hystrix.stream'

新增依赖

<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>

启动增加注解

@EnableHystrixDashboard

clipboard.png

测试访问

http://localhost:8010/hystrix/

http://localhost:8010/actuator/hystrix.stream

clipboard.png

clipboard.png


归雀楼
135 声望8 粉丝

励志远航