From f9e02724262f8f7f4676425af8a6c32a78da4268 Mon Sep 17 00:00:00 2001 From: dingbo Date: Sat, 18 Jun 2022 10:10:46 +0800 Subject: [PATCH] docs: grafana --- docs/en/08-third-party/01-grafana.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/en/08-third-party/01-grafana.md b/docs/en/08-third-party/01-grafana.md index a0105c34d0..2cf2033d11 100644 --- a/docs/en/08-third-party/01-grafana.md +++ b/docs/en/08-third-party/01-grafana.md @@ -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. -Run below script from Linux terminal to install TDengine data source plugin. - ```bash -bash -c "$(curl -fsSL https://raw.githubusercontent.com/taosdata/grafanaplugin/master/install.sh)" +export TDENGINE_CLOUD_TOKEN="" +export TDENGINE_CLOUD_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. -- GitLab