微服务监控spring boot admin《十二》

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/qq_35781178/article/details/84404727

spring boot admin 用于管理和监控一个或多个spring boot程序。

spring boot 1.5 以后,actuator 的所有API 接口默认开启了安全认证。

####查看效果:
1.启动eureka-server
2.启动eureka-client-one
4.启动admin-server
5.访问[http://localhost:5000](即看到效果)
6.可以点击details 查看各种信息[比如日志,指标,环境,jmx等]

在spring boot admin中集成turbine

hystrix dashboard 是一个监控熔断器状况的组件,而turbine是一个可以聚合多个hystrix dashboard的组件。

猜你喜欢

转载自blog.csdn.net/qq_35781178/article/details/84404727