Configure Grafana Alloy for MySQL monitoring
In this milestone, you configure Grafana Alloy using the configuration snippets provided by the MySQL integration. These snippets enable Grafana Alloy to collect MySQL metrics and logs and send them to your Grafana Cloud instance.
The configuration includes components for MySQL metrics collection using the Prometheus MySQL exporter component and log collection using Loki source file components.
To configure Grafana Alloy for MySQL monitoring, complete the following steps:
On the MySQL integration page in Grafana Cloud, scroll to the Set up Grafana Alloy to use the MySQL integration section.
At the bottom of the snippet, click Copy to clipboard.
Open the Grafana Alloy configuration file on your system. For example, on a Linux machine, run:
sudo nano /etc/alloy/config.alloyPaste the integration snippet into the configuration file.
Update the
data_source_nameparameter with your MySQL connection details. For example:alloy_monitor:secure_password@(localhost:3306)/Review the log path in the logs configuration and update it if necessary:
- For Linux systems, the default path is
/var/log/mysql/*.log - For Windows systems, the default path is
C:\ProgramData\MySQL\MySQL Server*\Data\*.log
- For Linux systems, the default path is
Save the configuration file and exit the editor.
Restart the Grafana Alloy service to apply the configuration. On Linux, run:
sudo systemctl restart alloyCheck the service status to ensure it started successfully. On Linux, run:
sudo systemctl status alloy
The Grafana Alloy service should restart successfully and begin collecting MySQL metrics and logs.
In the next milestone, you test the connection to verify that data is being collected and sent to Grafana Cloud.
Troubleshooting
Explore the following troubleshooting topics if you need help:
- The Alloy configuration file is empty
- Data appears in Grafana Cloud, but hostname is incorrect or it appears as “localhost”
More to explore (optional)
Troubleshooting options
Please tell us what didn't work:
