diff --git a/docs-en/08-third-party/01-grafana.md b/docs-en/08-third-party/01-grafana.md index 321eac5cb36d2bcc6dc2921843d47bb92a4822b3..daf06f8ff11f62791de2c68b3a1af3c6b6bcefac 100644 --- a/docs-en/08-third-party/01-grafana.md +++ b/docs-en/08-third-party/01-grafana.md @@ -43,29 +43,29 @@ If Grafana is running in a Docker environment, the TDengine plugin can be automa GF_INSTALL_PLUGINS=tdengine-datasource ``` -## Using Grafana - -### Configuring Data Sources - -Users can log in to the Grafana server (username/password: admin/admin) directly through the URL `http://localhost:3000` and add a datasource through `Configuration -> Data Sources` on the left side, as shown in the following figure. +Users can log in to the Grafana server (initial username/password: admin/admin) directly through the URL `http://localhost:3000` and add a datasource through `Configuration -> Data Sources` on the left side, as shown in the following figure. -![TDengine Database TDinsight plugin add datasource 1](./grafana/add_datasource1.webp) +![Grafana add datasource 1](./grafana/add_datasource1.webp) Click `Add data source` to enter the Add data source page, and enter TDengine in the query box to add it, as shown in the following figure. -![TDengine Database TDinsight plugin add datasource 2](./grafana/add_datasource2.webp) +![Grafana add datasource 2](./grafana/add_datasource2.webp) Enter the datasource configuration page, and follow the default prompts to modify the corresponding configuration. -![TDengine Database TDinsight plugin add database 3](./grafana/add_datasource3.webp) +![Grafana add database 3](./grafana/add_datasource3.webp) -- Host: The URL string the TDengine Cloud assigns for the registered user. +- Host: Please fill the URL string the TDengine Cloud provides. - User: leave it as default. - Password: leave it as default. -- Cloud Token: The token string the TDengine Cloud assigns for the registered user. +- Cloud Token: Please fill the token string the TDengine Cloud provides. Click `Save & Test` to test. You should see a success message if the test worked. -![TDengine Database TDinsight plugin add database 4](./grafana/add_datasource4.webp) +![Grafana add database 4](./grafana/add_datasource4.webp) + +## Using Grafana + +Please add new dashboard or import exist dashboard to illustrate the data you store in the TDengine. -Please refer to the [documentation](https://docs.tdengine.com/third-party/grafana#create-dashboard) for more details. +And refer to the [documentation](https://docs.tdengine.com/third-party/grafana#create-dashboard) for more details. diff --git a/docs-en/08-third-party/grafana/add_datasource3.webp b/docs-en/08-third-party/grafana/add_datasource3.webp index ae2e265044e61ff40ac42eabb64fc378c17b4a56..5ba81814c82e0ede6c453ebe9c98a34fde15a683 100644 Binary files a/docs-en/08-third-party/grafana/add_datasource3.webp and b/docs-en/08-third-party/grafana/add_datasource3.webp differ diff --git a/docs-en/08-third-party/grafana/add_datasource4.webp b/docs-en/08-third-party/grafana/add_datasource4.webp index ff8aac624514b6de058a9f84ab1b90e0dec7eaf7..cd82156acbf3c1a37f1a30de5a0578f9ef79617f 100644 Binary files a/docs-en/08-third-party/grafana/add_datasource4.webp and b/docs-en/08-third-party/grafana/add_datasource4.webp differ