mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2025-12-15 05:16:34 +08:00
优化看板打开速度
This commit is contained in:
@@ -46,7 +46,6 @@ message ComposeServerStatNodeClusterBoardResponse {
|
||||
repeated DailyTrafficStat dailyTrafficStats = 30;
|
||||
repeated HourlyTrafficStat hourlyTrafficStats = 31;
|
||||
repeated NodeStat topNodeStats = 32;
|
||||
repeated DomainStat topDomainStats = 33;
|
||||
|
||||
repeated NodeValue cpuNodeValues = 34;
|
||||
repeated NodeValue memoryNodeValues = 35;
|
||||
@@ -82,15 +81,6 @@ message ComposeServerStatNodeClusterBoardResponse {
|
||||
int64 countAttackRequests = 6;
|
||||
int64 attackBytes = 7;
|
||||
}
|
||||
|
||||
message DomainStat {
|
||||
int64 serverId = 1;
|
||||
string domain = 2;
|
||||
int64 countRequests = 3;
|
||||
int64 bytes = 4;
|
||||
int64 countAttackRequests = 6;
|
||||
int64 attackBytes = 7;
|
||||
}
|
||||
}
|
||||
|
||||
// 组合节点看板数据
|
||||
@@ -114,7 +104,6 @@ message ComposeServerStatNodeBoardResponse {
|
||||
|
||||
repeated DailyTrafficStat dailyTrafficStats = 31;
|
||||
repeated HourlyTrafficStat hourlyTrafficStats = 32;
|
||||
repeated DomainStat topDomainStats = 33;
|
||||
|
||||
repeated NodeValue cpuNodeValues = 34;
|
||||
repeated NodeValue memoryNodeValues = 35;
|
||||
@@ -142,15 +131,6 @@ message ComposeServerStatNodeBoardResponse {
|
||||
int64 countAttackRequests = 6;
|
||||
int64 attackBytes = 7;
|
||||
}
|
||||
|
||||
message DomainStat {
|
||||
int64 serverId = 1;
|
||||
string domain = 2;
|
||||
int64 countRequests = 3;
|
||||
int64 bytes = 4;
|
||||
int64 countAttackRequests = 6;
|
||||
int64 attackBytes = 7;
|
||||
}
|
||||
}
|
||||
|
||||
// 组合服务看板数据
|
||||
@@ -162,7 +142,6 @@ message ComposeServerStatBoardResponse {
|
||||
repeated DailyTrafficStat dailyTrafficStats = 30;
|
||||
repeated HourlyTrafficStat hourlyTrafficStats = 31;
|
||||
repeated NodeStat topNodeStats = 32;
|
||||
repeated DomainStat topDomainStats = 33;
|
||||
repeated CountryStat topCountryStats = 35;
|
||||
|
||||
repeated MetricDataChart metricDataCharts = 34;
|
||||
@@ -196,15 +175,6 @@ message ComposeServerStatBoardResponse {
|
||||
int64 attackBytes = 7;
|
||||
}
|
||||
|
||||
message DomainStat {
|
||||
int64 serverId = 1;
|
||||
string domain = 2;
|
||||
int64 countRequests = 3;
|
||||
int64 bytes = 4;
|
||||
int64 countAttackRequests = 6;
|
||||
int64 attackBytes = 7;
|
||||
}
|
||||
|
||||
message CountryStat {
|
||||
string countryName = 1;
|
||||
int64 bytes = 2;
|
||||
|
||||
Reference in New Issue
Block a user