mirror of
https://github.com/TeaOSLab/EdgeCommon.git
synced 2025-12-08 08:00:26 +08:00
Dashboard增加指标图表
This commit is contained in:
@@ -6,6 +6,7 @@ package pb;
|
||||
import "models/model_admin.proto";
|
||||
import "models/model_admin_list.proto";
|
||||
import "models/rpc_messages.proto";
|
||||
import "service_server_stat_board.proto";
|
||||
|
||||
service AdminService {
|
||||
// 登录
|
||||
@@ -223,6 +224,9 @@ message ComposeAdminDashboardResponse {
|
||||
repeated NodeStat topNodeStats = 38;
|
||||
repeated DomainStat topDomainStats = 39;
|
||||
|
||||
|
||||
repeated MetricDataChart metricDataCharts = 40;
|
||||
|
||||
message DailyTrafficStat {
|
||||
string day = 1;
|
||||
int64 bytes = 2;
|
||||
@@ -262,6 +266,8 @@ message ComposeAdminDashboardResponse {
|
||||
int64 countNodes = 1;
|
||||
string newVersion = 2;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
// 修改管理员使用的界面风格
|
||||
|
||||
Reference in New Issue
Block a user