mirror of
				https://github.com/TeaOSLab/EdgeCommon.git
				synced 2025-11-04 05:00:24 +08:00 
			
		
		
		
	增加服务带宽统计
This commit is contained in:
		@@ -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;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user