From 1b4b404e5da71c8ce5ac119bd01c1a0cf3844615 Mon Sep 17 00:00:00 2001 From: dingbo Date: Tue, 19 Jul 2022 12:21:06 +0800 Subject: [PATCH] docs: update title --- docs/en/08-third-party/02-prometheus.md | 2 +- docs/en/08-third-party/03-telegraf.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/en/08-third-party/02-prometheus.md b/docs/en/08-third-party/02-prometheus.md index ef68558709..02afbbd486 100644 --- a/docs/en/08-third-party/02-prometheus.md +++ b/docs/en/08-third-party/02-prometheus.md @@ -27,7 +27,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/). -## Configuration +## Configure 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/08-third-party/03-telegraf.md b/docs/en/08-third-party/03-telegraf.md index 77f0906825..b1d9606bea 100644 --- a/docs/en/08-third-party/03-telegraf.md +++ b/docs/en/08-third-party/03-telegraf.md @@ -23,7 +23,7 @@ sudo systemctl stop telegraf For installation instructions on other platforms please refer to the [official documentation](https://docs.influxdata.com/telegraf/v1.23/install/). -## Configuration +## Configure Run this command in your terminal to save TDengine cloud token and URL as variables: @@ -60,7 +60,7 @@ Start telegraf using new generated telegraf.conf file. telegraf --config telegraf.conf ``` -## Verification +## Verify Log in TDengine Cloud, click "Explorer" on the left navigation bar. -- GitLab