1 应用实例

在Spring boot项目中的pom.xml添加如下:

2、配置文件

必须添加如下设置,否则,查看“http://localhost:8090/metrics” 会出现401错误

3、直接输入:http://localhost:8090/metrics

4、/health查看服务健康状态

1

 

参考文献

介绍:https://www.baeldung.com/spring-boot-actuators

分类&标签