提交 159c9009 编写于 作者: Z zhang-wei 提交者: wu-sheng

add uniqueId (#14)

上级 436fdf7d
......@@ -30,17 +30,19 @@ service BrowserPerfService {
}
message BrowserPerfData {
int32 serviceId = 1;
// UUID
string uniqueId = 1;
int32 serviceId = 2;
// Service version in browser is the Instance concept in the backend.
int32 serviceVersionId = 2;
int32 serviceVersionId = 3;
// Data time
int64 time = 3;
int64 time = 4;
// Page path in browser is the endpoint concept in the backend
// Page path in the browser, mostly it is URI, without parameter
string pagePath = 4;
int32 pagePathId = 5;
repeated BrowserErrorLog logs = 6;
PerfDetail perfDetail = 7;
string pagePath = 5;
int32 pagePathId = 6;
repeated BrowserErrorLog logs = 7;
PerfDetail perfDetail = 8;
}
message BrowserErrorLog {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册