摘要:
环境 CentOS 7.9 + Spring Boot 2.6.8 安装 1、依赖引入 <!-- 预设监控 --> <dependency> <groupId>io.micrometer</groupId> <artifactId>micrometer-registry-prometheus</ar 阅读全文
摘要:
环境 CentOS 7.9 安装 1、命令下载 wget https://github.com/prometheus/node_exporter/releases/download/v1.6.1/node_exporter-1.6.1.linux-amd64.tar.gztar -zxf node_ 阅读全文
摘要:
环境 CentOS 7.9 安装 1、命令下载 wget https://github.com/prometheus/mysqld_exporter/releases/download/v0.15.0/mysqld_exporter-0.15.0.linux-amd64.tar.gz tar -zx 阅读全文
摘要:
环境 CentOS 7.9 安装 1、命令下载 yum install -y https://dl.grafana.com/enterprise/release/grafana-enterprise-10.2.0-1.x86_64.rpm 2、启动、查看状态 systemctl start graf 阅读全文
摘要:
环境 CentOS 7.9 安装 1、自行下载 https://prometheus.io/download/ 2、命令下载 wget https://github.com/prometheus/prometheus/releases/download/v2.47.2/prometheus-2.47 阅读全文
摘要:
背景 Spring Boot 2.0.8 + Hikari + Oracle 历史项目,很久没维护了,生产上正常运行两年有余,双活架构,突然有一天其中一台后端服务器数据库连接池报错: SQL Error:0,SQLState:08006 SQL Error:17002,SQLState:08006 阅读全文