docs(Grafana): update to simplify Grafana installtion (#13955)
Ref: [TD-16627](https://jira.taosdata.com:18080/browse/TD-16627)
This commit is contained in:
parent
6fc300f76a
commit
1f462f2dc6
|
@ -50,7 +50,7 @@ You can create dashboards with TDengine now.
|
|||
</TabItem>
|
||||
<TabItem value="script" label="With Script">
|
||||
|
||||
In Grafana server, run `install.sh` with TDengine url and username/passwords will install TDengine data source plugin and add a data source named TDengine. This is the recommended way for Grafana 7.x or [Grafana provisioning](https://grafana.com/docs/grafana/latest/administration/provisioning/) users.
|
||||
On a server with Grafana installed, run `install.sh` with TDengine url and username/passwords will install TDengine data source plugin and add a data source named TDengine. This is the recommended way for Grafana 7.x or [Grafana provisioning](https://grafana.com/docs/grafana/latest/administration/provisioning/) users.
|
||||
|
||||
```sh
|
||||
bash -c "$(curl -fsSL \
|
||||
|
|
|
@ -116,7 +116,7 @@ GF_INSTALL_PLUGINS=tdengine-datasource
|
|||

|
||||
|
||||
</TabItem>
|
||||
<TabItem value="manual" label="K8s/Docker 容器">
|
||||
<TabItem value="container" label="K8s/Docker 容器">
|
||||
|
||||
参考 [Grafana 容器化安装说明](https://grafana.com/docs/grafana/next/setup-grafana/installation/docker/#install-plugins-in-the-docker-container)。使用如下命令启动一个容器,并自动安装 TDengine 插件:
|
||||
|
||||
|
|
Loading…
Reference in New Issue