增加服务带宽统计

This commit is contained in:
GoEdgeLab
2022-07-05 20:09:19 +08:00
parent 2639d5c12a
commit 5903093cd1
7 changed files with 4056 additions and 3536 deletions

View File

@@ -7,6 +7,7 @@ import "models/model_server_stat_board.proto";
import "models/model_node_value.proto";
import "models/model_metric_chart.proto";
import "models/model_metric_stat.proto";
import "models/model_server_bandwidth_stat.proto";
// 统计看板
service ServerStatBoardService {
@@ -139,6 +140,7 @@ message ComposeServerStatBoardRequest {
}
message ComposeServerStatBoardResponse {
repeated ServerBandwidthStat serverBandwidthStats = 1;
repeated DailyTrafficStat dailyTrafficStats = 30;
repeated HourlyTrafficStat hourlyTrafficStats = 31;
repeated NodeStat topNodeStats = 32;