From 9a1e7de79dede22bf0295c01c72202fb27141079 Mon Sep 17 00:00:00 2001 From: Jacob Valdez Date: Tue, 5 Nov 2024 16:13:47 -0600 Subject: [PATCH] Docs: Updating steps for pulling Grafana metrics into Prometheus (#95913) * Docs: Updating steps for pulling Grafana metrics into Prometheus * slight update based on review --- docs/sources/setup-grafana/set-up-grafana-monitoring.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/sources/setup-grafana/set-up-grafana-monitoring.md b/docs/sources/setup-grafana/set-up-grafana-monitoring.md index f76ffea3ba0..5422e4f7325 100644 --- a/docs/sources/setup-grafana/set-up-grafana-monitoring.md +++ b/docs/sources/setup-grafana/set-up-grafana-monitoring.md @@ -81,9 +81,11 @@ These instructions assume you have already added Prometheus as a data source in ``` 1. Restart Prometheus. Your new job should appear on the Targets tab. -1. In Grafana, hover your mouse over the **Configuration** (gear) icon on the left sidebar and then click **Data Sources**. +1. In Grafana, click **Connections** in the left-side menu. +1. Under your connections, click **Data Sources**. 1. Select the **Prometheus** data source. -1. On the Dashboards tab, **Import** the Grafana metrics dashboard. All scraped Grafana metrics are available in the dashboard. +1. Under the name of your data source, click **Dashboards**. +1. On the Dashboards tab, click **Import** in the _Grafana metrics_ row to import the Grafana metrics dashboard. All scraped Grafana metrics are available in the dashboard. ### View Grafana metrics in Graphite