Mysql监视器搭建
资源下载在:Mysql监视器资源包
查询问题:CPU、连接数、慢查询 --> 暴增
1、exporter进行Mysql信息采集
- 修改my.cnf
[client]
user=root
password=数据库密码
host:数据库URL
port=3306
启动命令
mysqld_exporter.exe --config.my-cnf=my.cnf
访问localhost:9014/metrics
2、启动prometheus.exe
访问localhost:9090-targets
修改prometheus.yml
-job_name:"mysql"
static_configs:
-targets:["localhost:9104"]
3、安装grafana
localhost:3000
账户、密码:admin
齿轮 --> 配置 --> 数据源 --> prometheus
http://localhost:9090 --> save --> working(成功)
Dashboards导入https://grafana.com/grafana/dashboards/7362-mysql-overview/