This is an automated email from the ASF dual-hosted git repository.
shown pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hertzbeat.git
The following commit(s) were added to refs/heads/master by this push:
new 53a506569 [improve]ElasticSearch historical chart display optimization
(#2535)
53a506569 is described below
commit 53a506569ae5882ffc772dd80c3dc5d372f6f96f
Author: Jast <[email protected]>
AuthorDate: Fri Aug 16 23:56:02 2024 +0800
[improve]ElasticSearch historical chart display optimization (#2535)
Co-authored-by: tomsun28 <[email protected]>
Co-authored-by: YuLuo <[email protected]>
---
manager/src/main/resources/define/app-elasticsearch.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/manager/src/main/resources/define/app-elasticsearch.yml
b/manager/src/main/resources/define/app-elasticsearch.yml
index 8352171bc..be6e3ccb6 100644
--- a/manager/src/main/resources/define/app-elasticsearch.yml
+++ b/manager/src/main/resources/define/app-elasticsearch.yml
@@ -297,7 +297,7 @@ metrics:
zh-CN: 内存使用率
en-US: Heap Used Percent
- field: heap_total
- type: 0
+ type: 1
unit: 'MB'
i18n:
zh-CN: 总内存(MB)
@@ -309,7 +309,7 @@ metrics:
zh-CN: 磁盘剩余容量(GB)
en-US: Disk Free
- field: disk_total
- type: 0
+ type: 1
unit: 'GB'
i18n:
zh-CN: 磁盘总容量
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]