2020年2月9日

摘要: https://cloud.tencent.com/developer/article/1368903 DRUID 属性说明表 属性(Parameter) 默认值(Default) 描述(Description) username 连接数据库的用户名 password 连接数据库的密码 jdbcUr 阅读全文
posted @ 2020-02-09 22:39 luzhouxiaoshuai 阅读(642) 评论(0) 推荐(1) 编辑
摘要: SpringBoot记录HTTP请求日志 1、需求解读 需求: 框架需要记录每一个HTTP请求的信息,包括请求路径、请求参数、响应状态、返回参数、请求耗时等信息。 需求解读: Springboot框架提供了多种方式来拦截HTTP请求和响应,只要能够获取到对应的request和response,就可以 阅读全文
posted @ 2020-02-09 22:17 luzhouxiaoshuai 阅读(3682) 评论(0) 推荐(0) 编辑
摘要: 1、 /metrics接口提供的信息进行简单分类如下表: 分类前缀报告内容 垃圾收集器 gc.* 已经发生过的垃圾收集次数,以及垃圾收集所耗费的时间,适用于标记-清理垃圾收集器和并行垃圾收集器(数据源自java.lang.management. GarbageCollectorMXBean) 内存 阅读全文
posted @ 2020-02-09 22:02 luzhouxiaoshuai 阅读(551) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/duanxz/p/3508267.html 前言 接着上一篇《Springboot Actuator之一:执行器Actuator入门介绍》actuator的介绍,继续深挖actuator中关于监控方面的特性。 Spring Boot包含很多其他的特性, 阅读全文
posted @ 2020-02-09 21:48 luzhouxiaoshuai 阅读(5429) 评论(0) 推荐(1) 编辑

导航