Select your platform for Grafana Alloy
In this milestone, you navigate to the PostgreSQL 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 PostgreSQL integration and select your platform, complete the following steps:
Click Connections > Add new connection in the left-side menu.
Filter the connections by typing
PostgreSQLin the search.Click the PostgreSQL tile to open the setup page.
Grafana Alloy supports the following platforms:
- Linux (x86_64, ARM64)
- macOS (x86_64, ARM64)
- Windows (x86_64)
- Docker containers
- Kubernetes deployments
Select the operating system that matches your platform.
Select the architecture that matches your system (Amd64 for x86_64, Arm64 for aarch64).
If you are unsure of the architecture of a Linux machine, run
uname -min your terminal. If it returnsx86_64, select Amd64. If it returnsaarch64, select Arm64. 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.
