Skip to content

Instantly share code, notes, and snippets.

@CoderInOne
Last active May 8, 2019 11:02
Show Gist options
  • Save CoderInOne/03db352e2a3001a81028a2c0a1dffee3 to your computer and use it in GitHub Desktop.
Save CoderInOne/03db352e2a3001a81028a2c0a1dffee3 to your computer and use it in GitHub Desktop.
spring-actuator

项目地址 文档

  1. 监控配置
# 配置所有监控点
management.endpoints.web.exposure.include=*
  1. 监控点
ID                  Desc                               
env                 curl localhost:8004/actuator/env | json_pp           
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment