增加多个服务带宽、流量统计接口

This commit is contained in:
GoEdgeLab
2022-10-03 19:26:47 +08:00
parent 5905d198bf
commit bbf9eeb025
12 changed files with 5800 additions and 4768 deletions

View File

@@ -11,4 +11,5 @@ message ServerBandwidthStat {
string day = 4;
string timeAt = 5;
int64 bytes = 6;
int64 bits = 7;
}