2020年12月1日星期二

12、Spring Boot监控

1.Spring Boot监控管理 

2.Spring Boot监控管理

(1).管理端点

 

(2).创建工程

 

 

 (3).配置applicaiton.properties

server.port=80

management.endpoints.web.exposure.include=*

management.endpoint.health.show-details=always

 

info.app.id=1001

info.app.version=1.0.0

 

management.endpoint.shutdown.enabled=true

 

 

3.Spring Boot端点定制

 

注:没有management.security.enable的原因

  由于spirng boot2(或者叫spring cloud的版本)问题,现在弃用了之前1.5版本的配置写法,下面是新的配置方法。

# 设置路由端点,查看json

#actuator  启用所有的监控端点 "*"号代表启用所有的监控端点,可以单独启用,例如,health,info,metrics

#  spring boot 升为 2.0 后,为了安全,默认 Actuator 只暴露了2个端点,heath 和 info

management:

  endpoints:

    web:

      exposure:

        include: "*"

  endpoint:

    health:

      show-details: ALWAYS

访问查看路由映射信息(端口是你项目的端口,启动类注解@SpringBootApplication

@EnableZuulProxy不要忘了):








原文转载:http://www.shaoqun.com/a/494421.html

photobucket:https://www.ikjzd.com/w/132

barclays:https://www.ikjzd.com/w/2775

声网:https://www.ikjzd.com/w/2176


1.SpringBoot监控管理2.SpringBoot监控管理(1).管理端点(2).创建工程(3).配置applicaiton.propertiesserver.port=80management.endpoints.web.exposure.include=*management.endpoint.health.show-details=alwaysinfo.app.id=1001info.
tradekey:tradekey
蜜芽:蜜芽
亚马逊Listing关键词选择方法,如何选择适合产品的关键词?:亚马逊Listing关键词选择方法,如何选择适合产品的关键词?
亚马逊实体零售走出美国,考虑在德国开设实体零售店!:亚马逊实体零售走出美国,考虑在德国开设实体零售店!
致跨境电商新卖家 - 欧洲站卖家注意,英国脱欧后正确运营方法在此!:致跨境电商新卖家 - 欧洲站卖家注意,英国脱欧后正确运营方法在此!

没有评论:

发表评论