提交 f9e02724 编写于 作者: D dingbo

docs: grafana

上级 7ae4195a
...@@ -15,15 +15,15 @@ TDengine currently supports Grafana versions 7.5 and above. Users can go to the ...@@ -15,15 +15,15 @@ TDengine currently supports Grafana versions 7.5 and above. Users can go to the
Please copy the following shell commands to export `TDENGINE_CLOUD_URL` and `TDENGINE_CLOUD_TOKEN` for the data source installation. Please copy the following shell commands to export `TDENGINE_CLOUD_URL` and `TDENGINE_CLOUD_TOKEN` for the data source installation.
Run below script from Linux terminal to install TDengine data source plugin.
```bash ```bash
bash -c "$(curl -fsSL https://raw.githubusercontent.com/taosdata/grafanaplugin/master/install.sh)" export TDENGINE_CLOUD_TOKEN="<token>"
export TDENGINE_CLOUD_URL="<url>"
``` ```
Please restart Grafana after install plugins. Refer to Grafana documentation for instructions if necessary. Run below script from Linux terminal to install TDengine data source plugin.
* Provisioning /etc/grafana/provisioning/datasources/TDengine.yaml ```bash
bash -c "$(curl -fsSL https://raw.githubusercontent.com/taosdata/grafanaplugin/master/install.sh)"
``` ```
After that completed, please restart grafana-server. After that completed, please restart grafana-server.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册