Prometheus MySQL Exporter
1. Introduction
2. Install and Run MySQL Exporter
CREATE USER 'mysqld_exporter'@'127.0.0.1' IDENTIFIED BY 'yourpassword';
GRANT PROCESS, REPLICATION CLIENT, SELECT ON *.* TO 'mysqld_exporter'@'127.0.0.1';
FLUSH PRIVILEGES;[client]
user=mysqld_exporter
password=yourpassword
host=127.0.0.1
port=33063. Configure Prometheus to Scrape MySQL Exporter
4. Connect Prometheus to Apica Ascent
5. Verify Metrics in Apica Ascent
6. Example Dashboards
7. Troubleshooting
Last updated
Was this helpful?