spring cloud 整合 springboot-admin 监控中心
Admin监控应用 Spring Boot提供的监控接口,例如:/health、/info等等,实际上除了之前提到的信息,还有其他信息业需要监控:当前处于活跃状态的会话数量、当前应用的并发数、延迟以及其他度量信息。下面我们来了解如何使用spring-boot-admin来监控我们的系统。 admin-server-ui pom.xml 配置: < parent > < groupId > org.springframework.boot </ groupId > < artifactId > spring-boot-starter-parent </ artifactId > < version > 1.4.3.RELEASE </ version > < relativePath /> </ parent > < dependencyManagement > < dependencies > < dependency > < groupId > org.springframework.cloud </ groupId > < artifactId > spring-cloud-dependencies </ artifactId > < version > Camden.SR5 </ version > < type > pom </ type > < scope >