From dedc2631e2c1c85ba4e71978fee76f2eb97cd0a8 Mon Sep 17 00:00:00 2001 From: nerda-codes Date: Tue, 7 Jan 2025 15:11:40 +0100 Subject: [PATCH] docs(cpt): review --- .../how-to/send-metrics-with-grafana-alloy.mdx | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/observability/cockpit/how-to/send-metrics-with-grafana-alloy.mdx b/observability/cockpit/how-to/send-metrics-with-grafana-alloy.mdx index 67d51eb856..ec216fbddd 100644 --- a/observability/cockpit/how-to/send-metrics-with-grafana-alloy.mdx +++ b/observability/cockpit/how-to/send-metrics-with-grafana-alloy.mdx @@ -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 @@ -95,8 +95,8 @@ 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** @@ -104,12 +104,13 @@ For the sake of this documentation, we are using Grafana Alloy on macOS. Refer t `1860` is the ID of the [Node Exporter Full dashboard](https://grafana.com/grafana/dashboards/1860-node-exporter-full/) provided by Grafana. -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. -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.