SpringBoot Actuator
-
SpringBoot Actuator跟踪HTTP请求和响应的方法
目录一、Spring Boot Actuator简介Actuator 的核心功能二、开启Http接口监控1.为SpringBoot项目添加依赖2.添加yml配置3.声明存储Bean4.写测试API接口总结一、Spring Boot Actuator简介[详细]
2025-08-19 10:41 分类:开发 基于SpringBoot Actuator与Prometheus自定义指标监控与性能优化实战指南
目录业务场景描述技术选型过程实现方案详解项目依赖与配置Prometheus抓取配置自定义业务指标Grafana展示与告警踩过的坑与解决方案总结与最佳实践业务场景描述[详细]
2025-08-06 10:27 分类:开发Junit : add handling logic when exception is not expected
I am trying to print the stack trace of the exception. However, for negative test case, only the unexpected exception is printed.[详细]
2022-12-29 05:58 分类:问答