Skip to content

Commit

Permalink
Update 2.deploy-dashboard.md (#1238)
Browse files Browse the repository at this point in the history
  • Loading branch information
abby-cyber authored Nov 22, 2021
1 parent dc502f0 commit 670ff77
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions docs-2.0/nebula-dashboard/2.deploy-dashboard.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,13 @@ Dashboard版本和Nebula Graph的版本对应关系如下。

执行命令`tar -xvf nebula-graph-dashboard-{{ dashboard.release }}.x86_64.tar.gz`解压缩,目录`nebula-graph-dashboard`内一共有5个子目录,说明如下。

|目录名称|说明|
|:---|:---|
|node-exporter | 收集集群中机器的资源信息,包括CPU、内存、负载、磁盘和流量。|
|nebula-stats-exporter | 收集集群的性能指标,包括服务IP地址、版本和监控指标(例如查询数量、查询延迟、心跳延迟等)。|
|prometheus | 存储监控数据的时间序列数据库。|
|nebula-http-gateway | 为集群服务提供HTTP接口,执行nGQL语句与Nebula Graph数据库进行交互。|
|nebula-graph-dashboard| 提供Dashboard服务。该目录名称与根目录相同,请注意区分,后文所述`nebula-graph-dashboard`是指子目录。|
|目录名称|说明|端口号|
|:---|:---|:---|
|node-exporter | 收集集群中机器的资源信息,包括CPU、内存、负载、磁盘和流量。|9100|
|nebula-stats-exporter | 收集集群的性能指标,包括服务IP地址、版本和监控指标(例如查询数量、查询延迟、心跳延迟等)。|9200|
|prometheus | 存储监控数据的时间序列数据库。|9090|
|nebula-http-gateway | 为集群服务提供HTTP接口,执行nGQL语句与Nebula Graph数据库进行交互。|8090|
|nebula-graph-dashboard| 提供Dashboard服务。该目录名称与根目录相同,请注意区分,后文所述`nebula-graph-dashboard`是指子目录。|7003|

5个目录需要按照部署需要,复制到各个机器上,详情请参见下文。

Expand Down

0 comments on commit 670ff77

Please sign in to comment.