错误:搜索内容不能为空,请输入英文关键词
错误:关键词超出字数限制,请精简
高级检索

Spring Boot Actuator

  • Marten Deinum

摘要

When developing an application, you want to be able to monitor the behavior of the application once it’s launched. Spring Boot makes it easy to enable this by introducing Spring Boot Actuator. Spring Boot Actuator exposes the health status and metrics from the application to interested parties. This can be over JMX or HTTP, or data can be exported to an external system.