增加API方法调用耗时统计

This commit is contained in:
刘祥超
2022-01-19 16:54:03 +08:00
parent 487ecbc1a5
commit dc001cc06c
8 changed files with 910 additions and 85 deletions

View File

@@ -19,4 +19,6 @@ message APINode {
bytes accessAddrsJSON = 10;
repeated string accessAddrs = 11;
bytes statusJSON = 12;
bool debug = 30;
}