docs: update v1.27.0 release note

This commit is contained in:
liukj 2025-01-25 15:49:22 +08:00
parent 9a585bf1e7
commit 5eec53b62b
2 changed files with 4 additions and 4 deletions

View File

@ -7,12 +7,12 @@ title: "Release Notes"
Information about release notes of INFINI Console is provided here.
## 1.27.0 (2024-12-09)
## 1.27.0 (2024-12-13)
### Improvements
- Split monitoring metric requests to optimize monitoring metric query response speed.
- The code is open source and the [Github repository](https://github.com/infinilabs/console) is used for development
- Optimizing ES metric collecting
- The code is open source and the Github repository is used for development
- Split monitoring metric requests to optimize monitoring metric query response speed.
- Added timeout setting to general time component
- Cluster selection component adds registration and refresh feature
- Adding metrics collection status

View File

@ -11,7 +11,7 @@ title: "版本历史"
### Improvements
- 代码开源,统一采用 Github [仓库](https://github.com/infinilabs/console) 进行开发
- 代码开源,统一采用 [Github 仓库](https://github.com/infinilabs/console) 进行开发
- 指标采集优化,由原来的单一协程采集调整为每个注册的集群有单独的协程进行采集
- 指标监控页面图表展示采用懒加载、单个图表独立加载,增强用户体验
- 通用时间控件增加超时时间设置