SpringBoot---监控与管理actuator

1、概述

    SpringBoot在Start POMS中提供了一个特殊依赖模块spring-boot-starter-actuator;

    引入spring-boot-starter-actuator模块  能自动为SpringBoot构建的应用提供一系列用于监控的端点;

    Spring Cloud  为该模块作了不少扩展:

        为原生端点增加了更多的指标和度量信息(在整合Eureka时增加/health端点)

上一篇:springcloud2.X通过actuator加载配置无效问题


下一篇:Springboot:监控与管理 Actuator