Files
playbooks-retailor/roles/exporter-mysql

mysqld exporter

(https://github.com/prometheus/mysqld_exporter)[https://github.com/prometheus/mysqld_exporter]

Required Grants

CREATE USER 'exporter'@'localhost' IDENTIFIED BY 'XXXXXXXX' WITH MAX_USER_CONNECTIONS 3;
GRANT PROCESS, REPLICATION CLIENT, SELECT ON *.* TO 'exporter'@'localhost';