如何在spring boot应用程序中检查嵌入式tomcat的运行状况?

时间:2018-01-31 04:42:37

标签: java apache tomcat spring-boot health-monitoring

任何人都知道如何获取传入线程/队列大小的信息?我想将它包含在运行状况检查中(扩展AbstractHealthIndicator的类)。

1 个答案:

答案 0 :(得分:1)

您可以使用执行器和千分尺在春季启动时获取有关tomcat的数据。但是,如果您想要有关Thread的信息,则必须在spring boot config文件中进行更多配置。

server.tomcat.mbeanregistry.enabled=true