美文网首页
actuator 于 springboot 2.0X

actuator 于 springboot 2.0X

作者: 荒岛简史 | 来源:发表于2019-07-18 11:08 被阅读0次

监控与管理

实现了一套自动化的监控运维机制,运行基础是不间断的收集各个微服务应用的各项指标情况,并根据基础指标信息来制定监控和预警规则

配置文件application.properties参数

#开放所有接口

management.endpoints.web.exposure.include=*

#health 展示细节

management.endpoint.health.show-details=always

#info 信息

info.app.name=spring-boot-hello

info.app.version=V1.1.1.

1.应用配置类

/autoconfig   获取应用的自动化配置报告 于2.0X 改为了/conditions

2.度量指标类

/metrics  数据只展示列表不带参数值

/metrics/后缀

https://www.jianshu.com/p/bfd5785c55a1

相关文章

网友评论

      本文标题:actuator 于 springboot 2.0X

      本文链接:https://www.haomeiwen.com/subject/jpdklctx.html