1. Home
  2. Docs
  3. 秒杀系统
  4. 监控系统
  5. MySQL监控

MySQL监控

docker-compose.yml

...
### mysqld-exporter ####################################################
    mysqld-exporter:
      image: prom/mysqld-exporter
      restart: always
      ports:
        - "9104:9104"
      environment:
        - DATA_SOURCE_NAME=用户:密码@(ip:3306)/

...

相关资料

mysqld_exporter
mysql-仪表盘
Grafana-MySQL
MySQL常用监控指标

Was this article helpful to you? Yes No

How can we help?