Spring Boot(21)——监控和管理接口

Posted elim168

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Spring Boot(21)——监控和管理接口相关的知识,希望对你有一定的参考价值。

Spring Boot提供的监控和管理接口

Spring Boot提供了收集一些系统信息和对系统进行管理的功能,并会把它们以JMX或Http的方式发布出来,用户可以把它们集成到自己的监控系统。需要使用这些功能时需要添加如下依赖。

<dependency>
    <groupId>org.springframework.boot</groupId>
    <artifactId>spring-boot-starter-actuator</artifact

以上是关于Spring Boot(21)——监控和管理接口的主要内容,如果未能解决你的问题,请参考以下文章

Spring Boot Admin的使用(Actuator监控接口)

笔记:Spring Boot 监控与管理

Spring Boot2.0之 监控管理

Spring Boot—21Actuator--监控

springboot应用监控和管理

Spring Boot 微服务监控与管理