Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update 2.deploy-dashboard.md #1238

Merged
merged 1 commit into from
Nov 22, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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