Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ content:
paragraph: Learn to configure Grafana Alloy to push metrics and visualize them in your Grafana dashboard with this step-by-step tutorial.
tags: cockpit observability grafana-alloy agent push-metrics
dates:
validation: 2024-06-28
validation: 2025-01-07
posted: 2024-06-28
categories:
- observability
Expand Down Expand Up @@ -95,21 +95,22 @@ For the sake of this documentation, we are using Grafana Alloy on macOS. Refer t
2. Click **Open dashboards** to open your managed dashboards in Grafana. You are redirected to the Grafana website.
3. Enter your [Grafana credentials](/observability/cockpit/how-to/retrieve-grafana-credentials/).
4. Click **Log in**. The Grafana overview page displays.
5. Click **Toggle menu**.
6. Click **Dashboards**, then click **New** in the top right corner of your screen.
5. Click the **Toggle menu** icon in the top left corner of your screen.
6. Click **Dashboards**, then click **New** in the top right corner of your screen. A drop-down displays.
7. Click **Import** to import a dashboard.
8. In the **Import via grafana.com** field, enter `1860`, then click **Load**

<Message type="note">
`1860` is the ID of the [Node Exporter Full dashboard](https://grafana.com/grafana/dashboards/1860-node-exporter-full/) provided by Grafana.
</Message>

9. Enter a name for your dashboard or leave the default one, then select a folder in which to store your dashboard.
10. In the **Prometheus** field, select your metrics data source in the drop-down.
11. Click **Import**. Your dashboard should load and display.
12. In the drop-down next to **Datasource**, select your metrics data source. By default, your dashboard retrieves your data source's data from the last 24 hours.
9. Enter a name for your dashboard or leave the default one.
10. In the **Folder** field select a folder in which to store your dashboard.
11. In the **Prometheus** field, select your metrics data source in the drop-down.
12. Click **Import**. Your dashboard should load and display.
13. In the drop-down next to **Datasource**, select your metrics data source. By default, your dashboard retrieves your data source's data from the last 24 hours.
<Lightbox src="scaleway-alloy-datasource.webp" alt="" />
13. If your data source was created less than 24 hours ago, click the clock icon and adjust the time range to match its creation time.
14. If your data source was created less than 24 hours ago, click the clock icon and adjust the time range to match its creation time.

Your dashboard should look similar to the one in the image below.

Expand Down
Loading