上传流量数据时同时上传服务所属用户ID

This commit is contained in:
GoEdgeLab
2023-03-22 19:33:31 +08:00
parent 3cff9ebbcb
commit 4b26a07331
3 changed files with 43 additions and 33 deletions

View File

@@ -6,6 +6,7 @@ package pb;
// 服务每日统计
message ServerDailyStat {
int64 serverId = 1;
int64 userId = 16; // 用户ID
int64 nodeRegionId = 2;
int64 bytes = 3;
int64 cachedBytes = 5;