其他分享
首页 > 其他分享> > Spring Boot Actuator:健康检查、审计、统计和监控 alvin_wang

Spring Boot Actuator:健康检查、审计、统计和监控 alvin_wang

作者:互联网

Endpoint IDDescription
auditevents显示应用暴露的审计事件 (比如认证进入、订单失败)
info显示应用的基本信息
health显示应用的健康状态
metrics显示应用多样的度量信息
loggers显示和修改配置的loggers
logfile返回log file中的内容(如果logging.file或者logging.path被设置)
httptrace显示HTTP足迹,最近100个HTTP request/repsponse
env显示当前的环境特性
flyway显示数据库迁移路径的详细信息
liquidbase显示Liquibase 数据库迁移的纤细信息
shutdown让你逐步关闭应用
mappings显示所有的@RequestMapping路径
scheduledtasks显示应用中的调度任务
threaddump执行一个线程dump
heapdump返回一个GZip压缩的JVM堆dump

参考

标签:显示,alvin,HTTP,wang,docs,Spring,应用,spring,file
来源: https://blog.csdn.net/snake1900/article/details/112390784