国家/地区统计时上传流量、攻击量等信息

This commit is contained in:
GoEdgeLab
2021-12-05 18:57:42 +08:00
parent 60fd7547d3
commit a60f09e76d
4 changed files with 710 additions and 560 deletions

View File

@@ -447,7 +447,10 @@ message UploadServerHTTPRequestStatRequest {
string countryName = 2;
string provinceName = 3;
string cityName = 4;
int64 count = 5;
int64 countRequests = 5;
int64 bytes = 6;
int64 countAttackRequests = 7;
int64 attackBytes = 8;
}
message RegionProvider {