SpringBoot---监控与管理actuator

Posted anpeiyong

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了SpringBoot---监控与管理actuator相关的知识,希望对你有一定的参考价值。

1、概述

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

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

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

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

以上是关于SpringBoot---监控与管理actuator的主要内容,如果未能解决你的问题,请参考以下文章

springboot监控与管理,actuator

重学SpringBoot系列应用程序监控管理

Spring Boot 微服务监控与管理

SpringBoot2---指标监控

SpringBoot - 监控管理

Spring Boot指标监控与健康检查