spring boot 监控工具 actuator

spring boot 监控工具 actuator

添加依赖

<dependency>
    <groupId>org.springframework.boot</groupId>
    <artifactId>spring-boot-starter-actuator</artifactId>
</dependency>
  • 默认已经开启了两个端点 /info, /health
  • 如果开发中希望使用更多的端点在 applicaiton.properties 中写入如下句子

management.endpoints.web.exposure.include=*      // * 代表暴露所有端点  

management.endpoints.web.exposure.include=info,health,beans   //表示只开启 info,health,beans 端点

 其中 /beans 是用来用来检测spring容器中所有对象
 其中 /env 是显示当前所有系统环境变量、java变量的一个端点、springboot 自己的配置信息
 生产环境下不要暴露这些端点

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值