mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2025-12-28 21:46:37 +08:00
上传流量数据时同时上传服务所属用户ID
This commit is contained in:
@@ -6,6 +6,7 @@ package pb;
|
||||
// 服务每日统计
|
||||
message ServerDailyStat {
|
||||
int64 serverId = 1;
|
||||
int64 userId = 16; // 用户ID
|
||||
int64 nodeRegionId = 2;
|
||||
int64 bytes = 3;
|
||||
int64 cachedBytes = 5;
|
||||
|
||||
Reference in New Issue
Block a user