因为最近客户提出想监控Spring Cloud运行状况的需求,所以稍稍做了调研。目前了解的方法如下:

  1. Eureka Server启动后可以在根目录路径看到所有注册的Eureka Client状况
  2.  各个client集成Hystrix Dashboard,以图表方式展示,还可以用Trubine汇总所有节点。具体可参考如下:
    官网:https://github.com/Netflix/Hystrix/wiki/Dashboard
    demo:https://github.com/spring-cloud-samples/hystrix-dashboard
    方法:https://juejin.im/entry/58f4d9ac8d6d8100648ef094
  3.  另外,使用Monitor方式,在异常时给管理员发送邮件等,目前这种方式尚未尝试

相关文章:

  • 2021-12-04
  • 2022-01-20
  • 2021-07-06
  • 2022-12-23
  • 2021-08-26
  • 2021-07-10
  • 2021-11-21
  • 2022-12-23
猜你喜欢
  • 2021-10-13
  • 2022-12-23
  • 2022-12-23
  • 2022-01-27
  • 2022-12-23
  • 2021-12-28
  • 2021-11-04
相关资源
相似解决方案