From 5a2fe1f4595d2eab55c9a86493c844fd51ac71c0 Mon Sep 17 00:00:00 2001 From: zirain Date: Fri, 12 Jul 2024 00:02:00 +0800 Subject: [PATCH] Revert "docs: fix grafana link" (#3822) Revert "docs: fix grafana link (#3818)" This reverts commit 0af2f9f50df631f140db016a5846603548911a32. Signed-off-by: zirain --- .../en/latest/tasks/observability/grafana-integration.md | 2 +- .../en/v1.0.2/tasks/observability/grafana-integration.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/site/content/en/latest/tasks/observability/grafana-integration.md b/site/content/en/latest/tasks/observability/grafana-integration.md index 9250959f2cc..983a044fdf0 100644 --- a/site/content/en/latest/tasks/observability/grafana-integration.md +++ b/site/content/en/latest/tasks/observability/grafana-integration.md @@ -23,7 +23,7 @@ GRAFANA_IP=$(kubectl get svc grafana -n monitoring -o jsonpath='{.status.loadBal To visualise metrics from Prometheus, we have to connect Grafana with Prometheus. If you installed Grafana follow the command from prerequisites sections, the Prometheus datasource should be already configured. -You can also add the datasource manually by following the instructions from [Grafana Docs](https://grafana.com/docs/grafana/latest/datasources/prometheus/configure-the-prometheus-data-source/). +You can also add the datasource manually by following the instructions from [Grafana Docs](https://grafana.com/docs/grafana/latest/datasources/prometheus/configure-prometheus-data-source/). ## Accessing Grafana diff --git a/site/content/en/v1.0.2/tasks/observability/grafana-integration.md b/site/content/en/v1.0.2/tasks/observability/grafana-integration.md index b8636fb1c4f..e2da53b308a 100644 --- a/site/content/en/v1.0.2/tasks/observability/grafana-integration.md +++ b/site/content/en/v1.0.2/tasks/observability/grafana-integration.md @@ -40,7 +40,7 @@ GRAFANA_IP=$(kubectl get svc grafana -n monitoring -o jsonpath='{.status.loadBal To visualise metrics from Prometheus, we have to connect Grafana with Prometheus. If you installed Grafana from the command from prerequisites sections, the prometheus datasource should be already configured. -You can also add the data source manually by following the instructions from [Grafana Docs](https://grafana.com/docs/grafana/latest/datasources/prometheus/configure-the-prometheus-data-source/). +You can also add the data source manually by following the instructions from [Grafana Docs](https://grafana.com/docs/grafana/latest/datasources/prometheus/configure-prometheus-data-source/). ## Accessing Grafana