未验证 提交 20667486 编写于 作者: sangshuduo's avatar sangshuduo 提交者: GitHub

docs: update cloud doc grafana (#13624)

* 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: refine docs-en/08-third-party/01-grafana.md
上级 c9797243
......@@ -7,7 +7,7 @@ TDengine can be quickly integrated with the open-source data visualization syste
You can learn more about using the TDengine plugin on [GitHub](https://github.com/taosdata/grafanaplugin/blob/master/README.md).
## Installing Grafana
## Install Grafana
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: <https://grafana.com/grafana/download>.
......@@ -21,7 +21,7 @@ Run below script from Linux terminal to install TDengine data source plugin.
bash -c "$(curl -fsSL https://raw.githubusercontent.com/taosdata/grafanaplugin/master/install.sh)"
```
Please restart Grafana after installing plugins. Refer to Grafana documentation for instructions if necessary.
Please restart Grafana after install plugins. Refer to Grafana documentation for instructions if necessary.
* Provisioning /etc/grafana/provisioning/datasources/TDengine.yaml
```
......@@ -32,13 +32,13 @@ After that completed, please restart grafana-server.
sudo systemctl restart grafana-server.service
```
## Verifying plugin
## Verify 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.
![Verifying TDengine data source](./grafana/verifying-tdengine-datasource.webp)
![Verify TDengine data source](./grafana/verifying-tdengine-datasource.webp)
## Using Grafana
## Use Grafana
Please add new dashboard or import exist dashboard to illustrate the data you store in the TDengine.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册