mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2025-11-03 20:40:25 +08:00
服务看板增加区域地图
This commit is contained in:
@@ -163,6 +163,7 @@ message ComposeServerStatBoardResponse {
|
||||
repeated HourlyTrafficStat hourlyTrafficStats = 31;
|
||||
repeated NodeStat topNodeStats = 32;
|
||||
repeated DomainStat topDomainStats = 33;
|
||||
repeated CountryStat topCountryStats = 35;
|
||||
|
||||
repeated MetricDataChart metricDataCharts = 34;
|
||||
|
||||
@@ -203,6 +204,15 @@ message ComposeServerStatBoardResponse {
|
||||
int64 countAttackRequests = 6;
|
||||
int64 attackBytes = 7;
|
||||
}
|
||||
|
||||
message CountryStat {
|
||||
string countryName = 1;
|
||||
int64 bytes = 2;
|
||||
int64 countRequests = 3;
|
||||
float percent = 4; // 流量占比
|
||||
int64 countAttackRequests = 6;
|
||||
int64 attackBytes = 7;
|
||||
}
|
||||
}
|
||||
|
||||
// 矩阵数据
|
||||
|
||||
Reference in New Issue
Block a user