SpringBoot应用的监控与管理

时间:2021-06-02 16:52:46

spring-boot-starter-actuator模块

/health

/autoconfig

/beans

/configprops:应用配置属性信息

/env:环境属性,如:环境变量、jvm属性、应用配置属性、命令行参数等。

/mappings:controller的url-mappings

/info:自定义信息,如:application.properties中的自定义属性。

/metrics 当前应用的各类重要度量指标,如:内存、线程、gc等

/dump

/trace

/shutdown