【prometheus使用系列】spring boot的一种监控技术

概述

本文参考资料

http://codecentric.github.io/spring-boot-admin/2.1.0/ (官方文档)
https://my.oschina.net/u/3877886/blog/1825253

温馨提示

如果能看到英文版的官方文档,就不建议继续往下阅读浪费时间,谢谢。

关于spring boot admin 2.0

spring boot admin 为Spring Boot应用提供了可视化的监控视图。它基于spring boot actuator模块,因为spring boot actuator 模块为监控Spring Boot 应用程序暴露的大量的管理端点(Endpoints)。可结合eureka、consul、zookeeper等服务注册及发现组件来监控并展示微服务集群中服务的状态及各项指标信息。下面进入正题。