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

feat: update metric description #246

Merged
merged 1 commit into from
Apr 19, 2023
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
14 changes: 7 additions & 7 deletions src/config/locale/en-US/metric_description.json
Original file line number Diff line number Diff line change
Expand Up @@ -163,15 +163,15 @@
"load_15": "load 15min",
"disk_used": "disk used",
"disk_free": "disk free",
"disk_readbytes": "disk read",
"disk_writebytes": "disk write",
"inode_utilization": "innode used",
"disk_readbytes": "disk read bytes",
"disk_writebytes": "disk write bytes",
"inode_utilization": "innode used utilization",
"open_file_desc": "open file desc",
"disk_readiops": "disk read",
"disk_writeiops": "disk write",
"disk_used_percentage": "disk used",
"disk_readiops": "disk read iops",
"disk_writeiops": "disk write iops",
"disk_used_percentage": "disk used utilization",
"disk_size": "disk size",
"root_fs_used_percentage": "root fs used",
"root_fs_used_percentage": "root fs used utilization",
"network_in_rate": "network in",
"network_out_rate": "network out",
"network_in_errs": "netowrk in errors",
Expand Down
8 changes: 4 additions & 4 deletions src/config/locale/zh-CN/metric_description.json
Original file line number Diff line number Diff line change
Expand Up @@ -166,11 +166,11 @@
"load_15": "15分钟负载",
"disk_used": "磁盘已使用",
"disk_free": "磁盘剩余",
"disk_readbytes": "磁盘读取",
"disk_writebytes": "磁盘写入",
"disk_readbytes": "磁盘读取大小",
"disk_writebytes": "磁盘写入大小",
"inode_utilization": "innode 使用率",
"disk_readiops": "磁盘读取",
"disk_writeiops": "磁盘写入",
"disk_readiops": "磁盘读取iops",
"disk_writeiops": "磁盘写入iops",
"disk_size": "磁盘大小",
"root_fs_used_percentage": "根文件系统磁盘使用率",
"disk_used_percentage": "磁盘使用率",
Expand Down