mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2025-11-03 20:40:25 +08:00
优化看板
This commit is contained in:
@@ -60,6 +60,8 @@ message ComposeServerStatNodeClusterBoardResponse {
|
||||
int64 cachedBytes = 3;
|
||||
int64 countRequests = 4;
|
||||
int64 countCachedRequests = 5;
|
||||
int64 countAttackRequests = 6;
|
||||
int64 attackBytes = 7;
|
||||
}
|
||||
|
||||
message HourlyTrafficStat {
|
||||
@@ -68,6 +70,8 @@ message ComposeServerStatNodeClusterBoardResponse {
|
||||
int64 cachedBytes = 3;
|
||||
int64 countRequests = 4;
|
||||
int64 countCachedRequests = 5;
|
||||
int64 countAttackRequests = 6;
|
||||
int64 attackBytes = 7;
|
||||
}
|
||||
|
||||
message NodeStat {
|
||||
@@ -75,6 +79,8 @@ message ComposeServerStatNodeClusterBoardResponse {
|
||||
string nodeName = 2;
|
||||
int64 countRequests = 3;
|
||||
int64 bytes = 4;
|
||||
int64 countAttackRequests = 6;
|
||||
int64 attackBytes = 7;
|
||||
}
|
||||
|
||||
message DomainStat {
|
||||
@@ -82,6 +88,8 @@ message ComposeServerStatNodeClusterBoardResponse {
|
||||
string domain = 2;
|
||||
int64 countRequests = 3;
|
||||
int64 bytes = 4;
|
||||
int64 countAttackRequests = 6;
|
||||
int64 attackBytes = 7;
|
||||
}
|
||||
|
||||
message MetricData {
|
||||
@@ -126,6 +134,8 @@ message ComposeServerStatNodeBoardResponse {
|
||||
int64 cachedBytes = 3;
|
||||
int64 countRequests = 4;
|
||||
int64 countCachedRequests = 5;
|
||||
int64 countAttackRequests = 6;
|
||||
int64 attackBytes = 7;
|
||||
}
|
||||
|
||||
message HourlyTrafficStat {
|
||||
@@ -134,6 +144,8 @@ message ComposeServerStatNodeBoardResponse {
|
||||
int64 cachedBytes = 3;
|
||||
int64 countRequests = 4;
|
||||
int64 countCachedRequests = 5;
|
||||
int64 countAttackRequests = 6;
|
||||
int64 attackBytes = 7;
|
||||
}
|
||||
|
||||
message DomainStat {
|
||||
@@ -141,6 +153,8 @@ message ComposeServerStatNodeBoardResponse {
|
||||
string domain = 2;
|
||||
int64 countRequests = 3;
|
||||
int64 bytes = 4;
|
||||
int64 countAttackRequests = 6;
|
||||
int64 attackBytes = 7;
|
||||
}
|
||||
|
||||
message MetricData {
|
||||
@@ -168,6 +182,8 @@ message ComposeServerStatBoardResponse {
|
||||
int64 cachedBytes = 3;
|
||||
int64 countRequests = 4;
|
||||
int64 countCachedRequests = 5;
|
||||
int64 countAttackRequests = 6;
|
||||
int64 attackBytes = 7;
|
||||
}
|
||||
|
||||
message HourlyTrafficStat {
|
||||
@@ -176,6 +192,8 @@ message ComposeServerStatBoardResponse {
|
||||
int64 cachedBytes = 3;
|
||||
int64 countRequests = 4;
|
||||
int64 countCachedRequests = 5;
|
||||
int64 countAttackRequests = 6;
|
||||
int64 attackBytes = 7;
|
||||
}
|
||||
|
||||
message NodeStat {
|
||||
@@ -183,6 +201,8 @@ message ComposeServerStatBoardResponse {
|
||||
string nodeName = 2;
|
||||
int64 countRequests = 3;
|
||||
int64 bytes = 4;
|
||||
int64 countAttackRequests = 6;
|
||||
int64 attackBytes = 7;
|
||||
}
|
||||
|
||||
message DomainStat {
|
||||
@@ -190,6 +210,8 @@ message ComposeServerStatBoardResponse {
|
||||
string domain = 2;
|
||||
int64 countRequests = 3;
|
||||
int64 bytes = 4;
|
||||
int64 countAttackRequests = 6;
|
||||
int64 attackBytes = 7;
|
||||
}
|
||||
|
||||
message MetricData {
|
||||
|
||||
Reference in New Issue
Block a user