智能DNS增加若干查询记录统计接口

This commit is contained in:
GoEdgeLab
2022-08-20 19:58:38 +08:00
parent 9f41e0492d
commit 991b343a89
4 changed files with 643 additions and 32 deletions

View File

@@ -11,4 +11,5 @@ message NSRecordHourlyStat {
int64 bytes = 5;
int64 countRequests = 6;
int64 createdAt = 7;
string hour = 8;
}