From b3e6bac290217a1762a884fcc0176d4c5f885cde Mon Sep 17 00:00:00 2001 From: Erik Baranowski <39704712+erikbaranowski@users.noreply.github.com> Date: Tue, 12 Dec 2023 15:02:31 -0500 Subject: [PATCH 1/2] Update refresher.mdx for typo --- docs/docs/tutorial/refresher.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/tutorial/refresher.mdx b/docs/docs/tutorial/refresher.mdx index a737f1e31..0fb981b74 100644 --- a/docs/docs/tutorial/refresher.mdx +++ b/docs/docs/tutorial/refresher.mdx @@ -140,7 +140,7 @@ kubectl port-forward deployments/grafana 8080:3000 ``` Now go to http://localhost:8080 in your browser and login using `admin:admin`. -Then navigate to `Configuration > Data Sources > Add data source`, choose +Then navigate to `Connections > Data Sources > Add data source`, choose `Prometheus` as type and enter `http://prometheus:9090` as URL. Hit `Save & Test` which should yield a big green bar telling you everything is good. From b0e8204c65d08c8f0f93b4238f074298fb07b3ec Mon Sep 17 00:00:00 2001 From: Erik Baranowski <39704712+erikbaranowski@users.noreply.github.com> Date: Thu, 14 Dec 2023 10:59:50 -0500 Subject: [PATCH 2/2] Update docs/docs/tutorial/refresher.mdx Co-authored-by: Horst Gutmann --- docs/docs/tutorial/refresher.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/tutorial/refresher.mdx b/docs/docs/tutorial/refresher.mdx index 0fb981b74..7b0cc8f5d 100644 --- a/docs/docs/tutorial/refresher.mdx +++ b/docs/docs/tutorial/refresher.mdx @@ -140,7 +140,7 @@ kubectl port-forward deployments/grafana 8080:3000 ``` Now go to http://localhost:8080 in your browser and login using `admin:admin`. -Then navigate to `Connections > Data Sources > Add data source`, choose +Then navigate to `Connections > Data sources > Add new data source`, choose `Prometheus` as type and enter `http://prometheus:9090` as URL. Hit `Save & Test` which should yield a big green bar telling you everything is good.