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

dashboard 3.4.0 release notes #2538

Merged
Merged
Show file tree
Hide file tree
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
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
# NebulaGraph Dashboard 社区版更新说明

## 社区版 v3.2.0
## 社区版 v3.4.0

- 新增服务单进程指标监控。
- 磁盘监控优化。
- 新增部分 Storage 监控指标。
- 管理页面新增集群信息总览。
- 支持搜索监控指标及查看指标详情。
- 功能
- 内置 [dashboard.service](../../nebula-dashboard/2.deploy-dashboard.md) 脚本,支持一键管理 Dashboard 服务和查看 Dashboard 版本。
- 支持查看 Meta 服务的配置。

- 优化
- 调整目录结构,简化[部署步骤](../../nebula-dashboard/2.deploy-dashboard.md)。
- 机器的概览页面显示监控指标名称。
- 优化`num_queries`等监控指标的计算方式,调整为时序聚合显示。
83 changes: 29 additions & 54 deletions docs-2.0/20.appendix/release-notes/dashboard-ent-release-note.md
Original file line number Diff line number Diff line change
@@ -1,64 +1,39 @@
# NebulaGraph Dashboard 企业版更新说明

## 企业版 v3.2.4

- 优化

- 安装 NebulaGraph 企业版 3.1.3 或 3.4 时,默认关闭实验性功能。

## 企业版 v3.2.3

- 优化

- 如果 NebulaGraph 企业版版本高于 3.3.0,隐藏备份恢复页面。

## 企业版 v3.2.2

- 优化

- 删除无用的公共文件夹。

- 缺陷修复

- 修复 RPM 和 DEB 包无法向 Dashboard 自动注册服务的问题。

## 企业版 v3.2.1

- 优化

- 下载列表添加 NebulaGraph 3.3.0 版本。

- 缺陷修复

- 修复在社区版 NebulaGraph 3.3.0 中使用 BR 工具失败的问题。

## 企业版 v3.2.0
## 企业版 v3.4.0

- 功能

- 集群安全:
- (测试功能)单点登录方式新增 [OAuth2.0 认证](../..//nebula-dashboard-ent/5.account-management.md)。
- 支持查看 NebulaGraph 集群[运行日志](../../nebula-dashboard-ent/4.cluster-operator/cluster-information/runtime-log.md)。
- 支持查看 NebulaGraph 集群[审计日志](../../nebula-dashboard-ent/4.cluster-operator/cluster-information/audit-log.md)。
- 支持[作业管理](../../nebula-dashboard-ent/4.cluster-operator/cluster-information/job-management.md)。
- 备份恢复支持[增量备份](../../nebula-dashboard-ent/4.cluster-operator/operator/backup-and-restore.md)。
- 内置 [dashboard.service](../../nebula-dashboard-ent/2.deploy-connect-dashboard-ent.md) 脚本,支持一键管理 Dashboard 服务和查看 Dashboard 版本。
- 新增产品反馈页面。

- 优化

- 监控:
- 新增服务单进程指标监控。
- 磁盘监控优化。
- 新增部分 Storage 监控指标。
- 告警:
- 支持配置[多条件告警](../..//nebula-dashboard-ent/4.cluster-operator/9.notification.md),条件同时满足时触发告警。
- 磁盘告警优化。
- 安全:
- 支持 [SSH 密钥连接](../../nebula-dashboard-ent/4.cluster-operator/operator/node.md)方式。
- 易用性:
- 包结构调整。保证通过 Dashboard 安装的 NebulaGraph 集群和单独安装部署的集群包结构一致。
- 新增展示各节点操作系统信息。
- 支持修改 prometheus 和 alertmanager 端口号。
- 支持搜索监控指标及查看指标详情。
- 支持服务运行日志分片以及设置日志保留天数。
- 创建集群时自动检测安装包是否适配操作系统。
- 批量导入节点时支持指定 NebulaGraph 安装目录。
- 删除集群时支持同时删除安装目录。
- 导入集群和服务监控中显示依赖服务。
- 告警规则静默支持中途取消。
- 支持强杀 Graph 服务进程。
- 支持展示和修改多个服务的配置信息。
- 支持修改 Meta 服务配置。
- 操作记录支持记录**更新配置**和**删除备份**操作。
- LDAP 开启后支持自动注册。
- 任务中心日志信息更加详细。
- 浏览器兼容提示。
- NebulaGraph 许可证到期提醒。
- 支持红旗操作系统 Asianux Linux 7 (Core)。
- 优化连接数据库、创建集群、扩缩容、批量导入节点等多处交互。
- 优化接口报错提示。
- 节点监控的总览页中显示监控指标名称。
- 优化`num_queries`等监控指标的计算方式,调整为时序聚合显示。

- 缺陷修复

- 修复在服务管理页面查看监控页面时不跳转的问题。
- 修复服务监控页面无法设置基线的问题。
- 修复导入集群时授权失败的问题。
- 修复服务监控的总览页面中选择监控时间范围不生效的问题。
- 修复缩容时删除空节点没有删除对应 NebulaGraph 文件的问题。
- 修复切换诊断报告语言时,同时切换了全局语言的问题。
- 修复某个导入集群任务阻塞导致其他导入任务一直处于等待状态的问题。
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,10 @@
!!! note
内置规则不可被修改和删除。

### 静默告警规则

单击 ![silent](https://docs-cdn.nebula-graph.com.cn/figures/silent.png) 可以静默该告警规则 2 小时。如果想中途取消静默,可以单击 ![silent](https://docs-cdn.nebula-graph.com.cn/figures/refresh-220616.png)。

## 告警接收人

用户可为目标集群设置接收告警消息的邮箱,并且查看 Webhook 的地址及 Webhook 的开启状态。有关 Webhook 的介绍,参见[通知设置](../system-settings/notification-endpoint.md)。
Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,7 @@ nav:
- 备份与恢复:
- NebulaGraph BR(社区版):
- BR(社区版)概述: backup-and-restore/nebula-br/1.what-is-br.md
- 编译 BR: backup-and-restore/nebula-br/2.compile-br.md
- 安装 BR: backup-and-restore/nebula-br/2.compile-br.md
- 使用 BR 备份数据: backup-and-restore/nebula-br/3.br-backup-data.md
- 使用 BR 恢复数据: backup-and-restore/nebula-br/4.br-restore-data.md
- NebulaGraph BR(企业版):
Expand Down