Prometheus 监控mysql服务

mysql_exporter:用于收集MySQL性能信息。监听端口:9104

项目地址:

https://prometheus.io/download/#mysqld_exporter

https://github.com/prometheus/mysqld_exporter

使用docker 运行一个数据库

#docker run -d --name db -p 3306:3306 -e MYSQL_ROOT_PASSWORD=123456 mysql:5.7

#docker exec -it db bash
mysql -uroot -p123456
mysql>GRANT REPLICATION CLIENT, PROCESS,SELECT ON *.* TO 'exporter'@'localhost' identified by '123456';

wget https://github.com/prometheus/mysqld_exporter/releases/download/v0.13.0/mysqld_exporter-0.13.0.linux-amd64.tar.gz

配置mysqld_exporter 连接数据库

Prometheus 监控mysql服务

 查看metrics 接口信息

Prometheus 监控mysql服务

 

 Prometheus 服务配置:

Prometheus 监控mysql服务

 查看Prometheus 是否注册

Prometheus 监控mysql服务

 使用grafana 来展示数据,导入仪表盘模板:7362

Prometheus 监控mysql服务

 

 以上数据库监控mysql 完成

上一篇:Android杂货摊:Handler-post和View-post的区别,android开发游戏加入时间限制


下一篇:7年老Android收到阿里offer,跟领导提离职被怼:为年薪百万不做兄弟