十分钟搭建MySQL监控大屏

励志当最强课代表的我来给大家总结总结👍👍👍
搭建MySQL监控大屏
视频内容:
1️⃣windows普罗米修斯✍️
2️⃣windows MySQL exporter📄
3️⃣访问端口🏷️
视频内容:
1️⃣windows普罗米修斯✍️
windows普罗米修斯: https://github.com/prometheus/prometheus/releases/download/v2.39.1/prometheus-2.39.1.windows-amd64.zip
01:15

2️⃣windows MySQL exporter📄
- windows MySQL exporter: https://github.com/prometheus/mysqld_exporter/releases/download/v0.14.0/mysqld_exporter-0.14.0.darwin-amd64.tar.gz
2.windows granfana: https://dl.grafana.com/enterprise/release/grafana-enterprise-9.2.1.windows-amd64.msiexporter配置
【client】
user=root
password=root
host=110.40.139.123
port=3306
03:29

3️⃣访问端口🏷️
- http://localhost:9104
- http://localhost:9090
- http://localhost:3000普罗米修斯配置任务
- job_name: "mysql"
# metrics_path defaults to '/metrics' # scheme defaults to 'http'.
static_configs:
- targets: 【"localhost:9104"】
- MySQL仪表盘: https://grafana.com/grafana/dashboards/7362-mysql-overview/
06:59
