实现实时展示访问日志

This commit is contained in:
刘祥超
2020-10-10 19:22:22 +08:00
parent 956ad64f5c
commit cb55962739
5 changed files with 412 additions and 139 deletions

View File

@@ -5,6 +5,8 @@ package pb;
// HTTP访问日志
message HTTPAccessLog {
string requestId = 48;
int64 serverId = 1;
int64 nodeId = 2;
int64 locationId = 3;