实现实时展示访问日志

This commit is contained in:
GoEdgeLab
2020-10-10 19:22:22 +08:00
parent 8d3c6b0bfe
commit 62a4532192
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;