Select your platform for Grafana Alloy
In this milestone, you navigate to the MySQL integration page in Grafana Cloud and select your platform environment. This generates customized configuration snippets for your specific operating system and deployment scenario.
The integration page provides configuration options for different platforms including Debian, Windows, and generic configurations for other Linux distributions. It also offers advanced configuration options for security-enhanced deployments.
To navigate to the MySQL integration and select your platform, complete the following steps:
Sign in to your Grafana Cloud environment, for example
mystack.grafana.net.On the Grafana Cloud home page, open the navigation menu on the left side of the screen and click Connections > Add new connection.
Search for MySQL and click the MySQL integration tile to open the setup page.
Select your operating system and architecture.
Grafana Alloy supports the following platforms:
- Linux (x86_64, ARM64)
- macOS (x86_64, ARM64)
- Windows (x86_64)
- Kubernetes deployments
Select the architecture.
If you are unsure of the architecture of a Linux machine, perform the following steps:
On the Linux machine, open the Terminal.
Run the following command:
uname -m
If this command returns
x86_64, then selectAmd64. If the command returnsaarch64, then selectArm64. If the command returns anything else, your system isn’t supported by Grafana Alloy; you need to use a 64-bit x86 or ARM system.If you are installing Grafana Alloy on MacOS, select an installation method that best fits your infrastructure:
- Homebrew for direct system deployment
- Binary download for custom installations
In your next milestone, you’ll install Grafana Alloy on your selected platform.
