优化源站调度

This commit is contained in:
刘祥超
2021-08-01 21:56:15 +08:00
parent 7caf0c2f68
commit d2527abd17
9 changed files with 203 additions and 82 deletions

View File

@@ -39,6 +39,7 @@ message CountNodeLogsRequest {
string keyword = 5;
string level = 6;
int64 serverId = 7;
int64 originId = 8;
}
// 列出单页日志
@@ -55,6 +56,7 @@ message ListNodeLogsRequest {
int64 serverId = 9;
int32 fixedState = 10;
bool allServers = 11; // 是否获取所有服务相关的日志
int64 originId = 12;
}
message ListNodeLogsResponse {