mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2025-11-27 06:10:24 +08:00
节点看板数据中增加当月、昨日、今日流量
This commit is contained in:
@@ -108,6 +108,9 @@ message ComposeServerStatNodeBoardResponse {
|
||||
float memoryUsage = 10;
|
||||
int64 memoryTotalSize = 11;
|
||||
float load = 12;
|
||||
int64 monthlyTrafficBytes = 13; // 当月流量
|
||||
int64 dailyTrafficBytes = 14; // 当日流量
|
||||
int64 lastDailyTrafficBytes = 15; // 昨日流量
|
||||
|
||||
repeated DailyTrafficStat dailyTrafficStats = 31;
|
||||
repeated HourlyTrafficStat hourlyTrafficStats = 32;
|
||||
|
||||
Reference in New Issue
Block a user