节点看板增加缓存目录用量

This commit is contained in:
GoEdgeLab
2021-07-08 19:43:20 +08:00
parent d88bbdabb9
commit f9683d814e
3 changed files with 261 additions and 370 deletions

View File

@@ -109,7 +109,6 @@ message ComposeServerStatNodeBoardResponse {
int64 memoryTotalSize = 11;
float load = 12;
repeated CacheDisk cacheDisks = 30;
repeated DailyTrafficStat dailyTrafficStats = 31;
repeated HourlyTrafficStat hourlyTrafficStats = 32;
repeated DomainStat topDomainStats = 33;
@@ -117,17 +116,10 @@ message ComposeServerStatNodeBoardResponse {
repeated NodeValue cpuNodeValues = 34;
repeated NodeValue memoryNodeValues = 35;
repeated NodeValue loadNodeValues = 36;
repeated NodeValue cacheDirsValues = 38;
repeated MetricData metricCharts = 37;
message CacheDisk {
string path = 1;
string mount = 2;
int64 totalSize = 3;
int64 usedSize = 4;
float usage = 5;
}
message DailyTrafficStat {
string day = 1;
int64 bytes = 2;