Dashboard增加指标图表

This commit is contained in:
GoEdgeLab
2021-07-19 17:58:09 +08:00
parent 8274a612e6
commit 4b11da6fcb
6 changed files with 1038 additions and 983 deletions

View File

@@ -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;
}
}
// 修改管理员使用的界面风格