Situation
将一个spring boot 1.5.x的工程升级到spring boot 2.2.x,结果发现tomcat thread相关指标没有显示
Action
试验了2.0.x,2.1.x,访问/actuator/metrics,都是有相关指标的
最后去查看spring boot 2.2.x release note,其中写着:
在application.properties中添加server.tomcat.mbeanregistry.enable=true
将一个spring boot 1.5.x的工程升级到spring boot 2.2.x,结果发现tomcat thread相关指标没有显示
试验了2.0.x,2.1.x,访问/actuator/metrics,都是有相关指标的
最后去查看spring boot 2.2.x release note,其中写着:
在application.properties中添加server.tomcat.mbeanregistry.enable=true