Admin看板增加默认集群ID

This commit is contained in:
GoEdgeLab
2021-08-25 11:41:13 +08:00
parent 18c250910e
commit 5e9d2fe714
2 changed files with 212 additions and 200 deletions

View File

@@ -211,6 +211,7 @@ message ComposeAdminDashboardResponse {
int64 countAPINodes = 5;
int64 countDBNodes = 6;
int64 countUserNodes = 7;
int64 defaultNodeClusterId = 8;
repeated DailyTrafficStat dailyTrafficStats = 30;
repeated HourlyTrafficStat hourlyTrafficStats = 31;