From c9797243d2aee8b700ebf83055ae867fda6feae4 Mon Sep 17 00:00:00 2001 From: Shuduo Sang Date: Wed, 8 Jun 2022 22:31:49 +0800 Subject: [PATCH] docs: update cloud doc grafana (#13622) * docs: describe how grafana connect cloud * docs: update latest version * docs: describe how grafana to connect cloud * docs: refine 08-third-party/01-grafana.md * docs: update add_datasource4.webp * docs: refine 08-third-party/01-grafana.md * docs: update two pics * docs: refine 01-grafana.md * docs: rewrite grafana doc for cloud * docs: update docs-en/08-third-party/01-grafana.md * docs: update docs-en/08-third-party/01-grafana.md --- docs-en/08-third-party/01-grafana.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs-en/08-third-party/01-grafana.md b/docs-en/08-third-party/01-grafana.md index 515fa169bf..a21425e3b1 100644 --- a/docs-en/08-third-party/01-grafana.md +++ b/docs-en/08-third-party/01-grafana.md @@ -11,7 +11,7 @@ You can learn more about using the TDengine plugin on [GitHub](https://github.co TDengine currently supports Grafana versions 7.5 and above. Users can go to the Grafana official website to download the installation package and execute the installation according to the current operating system. The download address is as follows: . -## Install TDengine data source plugin +## Install TDengine plugin Please copy the following shell commands to export `TDENGINE_CLOUD_URL` and `TDENGINE_CLOUD_TOKEN` for the data source installation. @@ -32,7 +32,7 @@ After that completed, please restart grafana-server. sudo systemctl restart grafana-server.service ``` -## Verifying Grafana and TDengine data source +## Verifying plugin Users can log in to the Grafana server (initial username/password: admin/admin) directly through the URL `http://localhost:3000`. Click `Configuration -> Data Sources` on the left side. Then click `Test` button to verify if TDengine data source works. You should see a success message if the test worked. -- GitLab