01 2021 档案

摘要:prometheus部署 建立文件 mkdir -p /ops/prometheus-data && cd /ops/prometheus-data vi /ops/prometheus-data/prometheus.yml 添加如下内容后保存 global: scrape_interval: 1 阅读全文
posted @ 2021-01-29 18:44 夜洛IT后端技术分享 阅读(139) 评论(0) 推荐(0)
摘要:利用springboot提供的 spring-boot-starter-actuator 包可以实现动态修改log4j2日志级别的功能 添加依赖 添加依赖包 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>sp 阅读全文
posted @ 2021-01-13 14:41 夜洛IT后端技术分享 阅读(1514) 评论(0) 推荐(0)