未验证 提交 37110723 编写于 作者: Z zhang-wei 提交者: GitHub

add firstReportedError field (#19)

上级 a2aaec53
......@@ -45,15 +45,17 @@ message BrowserPerfData {
// Page path in the browser, mostly it is URI, without parameter
string pagePath = 4;
int32 pagePathId = 5;
// Then the PV with error is only calculated when firstReportedError is true.
bool firstReportedError = 6;
// Unit of all time related field should be `ms`.
int32 redirectTime = 6;
int32 dnsTime = 7;
int32 reqTime = 8;
int32 redirectTime = 7;
int32 dnsTime = 8;
int32 reqTime = 9;
// analysis dom tree time
int32 domAnalysisTime = 9;
int32 domReadyTime = 10;
int32 domAnalysisTime = 10;
int32 domReadyTime = 11;
// page blank time
int32 blankTime = 11;
int32 blankTime = 12;
}
message BrowserErrorLog {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册