From 111d0774629cd72906db6881091faa152db3bd54 Mon Sep 17 00:00:00 2001 From: gccgdb1234 Date: Fri, 26 Aug 2022 16:54:56 +0800 Subject: [PATCH] doc: refine prometheus part --- docs/en/08-data-in/02-prometheus.md | 2 +- docs/en/09-data-out/05-prometheus.md | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/en/08-data-in/02-prometheus.md b/docs/en/08-data-in/02-prometheus.md index df6cbec065..1df3be49fa 100644 --- a/docs/en/08-data-in/02-prometheus.md +++ b/docs/en/08-data-in/02-prometheus.md @@ -28,7 +28,7 @@ Supposed that you use Linux system with architecture amd64: Then Prometheus is installed in current directory. For more installation options, please refer to the [official documentation](https://prometheus.io/docs/prometheus/latest/installation/). -## Configure +## Configure Prometheus Configuring Prometheus is done by editing the Prometheus configuration file `prometheus.yml` (If you followed previous steps, you can find prometheus.xml in current directory). diff --git a/docs/en/09-data-out/05-prometheus.md b/docs/en/09-data-out/05-prometheus.md index 9e80956b87..b599a8b1fb 100644 --- a/docs/en/09-data-out/05-prometheus.md +++ b/docs/en/09-data-out/05-prometheus.md @@ -12,15 +12,15 @@ Prometheus data can be stored in TDengine via the `remote_write` interface with ## Install Prometheus -Please refer to [Install Prometheus](../../data-in/prometheus). +Please refer to [Install Prometheus](../../data-in/prometheus#install-prometheus). -## Configure +## Configure Prometheus -Please refer to [Configure Prometheus](../../data-in/prometheus). +Please refer to [Configure Prometheus](../../data-in/prometheus/#configure-prometheus). ## Start Prometheus -Please refer to [Start Prometheus](../../data-in/prometheus). +Please refer to [Start Prometheus](../../data-in/prometheus/#start-prometheus). ## Verify Remote Read -- GitLab