SpringBoot-Actuator监控
说明
- SpringBoot默认提供了对应用的各项性能指标监控的功能,例如 环境变量、CPU、内存、JVM、磁盘、Web 服务、线程、bean等
- 它使用 HTTP 端点或 JMX Bean 与客户端进行交互
参考
Spring Boot Actuator - spring 中文网 (springdoc.cn)
极简教程 | 使用Actuator 实现Spring Boot 应用监控-阿里云开发者社区 (aliyun.com)
使用
本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明来自 王文哲的博客!