public interface BrowserErrorLogOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
ErrorCategory |
getCategory()
.skywalking.v3.ErrorCategory category = 6; |
int |
getCategoryValue()
.skywalking.v3.ErrorCategory category = 6; |
int |
getCol()
int32 col = 10; |
String |
getErrorUrl()
string errorUrl = 12; |
com.google.protobuf.ByteString |
getErrorUrlBytes()
string errorUrl = 12; |
boolean |
getFirstReportedError()
Then the PV with error is only calculated when firstReportedError is true.
|
String |
getGrade()
string grade = 7; |
com.google.protobuf.ByteString |
getGradeBytes()
string grade = 7; |
int |
getLine()
int32 line = 9; |
String |
getMessage()
string message = 8; |
com.google.protobuf.ByteString |
getMessageBytes()
string message = 8; |
String |
getPagePath()
Page path in browser is the endpoint concept in the backend
Page path in the browser, mostly it is URI, without parameter
|
com.google.protobuf.ByteString |
getPagePathBytes()
Page path in browser is the endpoint concept in the backend
Page path in the browser, mostly it is URI, without parameter
|
String |
getService()
string service = 2; |
com.google.protobuf.ByteString |
getServiceBytes()
string service = 2; |
String |
getServiceVersion()
Service version in browser is the Instance concept in the backend.
|
com.google.protobuf.ByteString |
getServiceVersionBytes()
Service version in browser is the Instance concept in the backend.
|
String |
getStack()
string stack = 11; |
com.google.protobuf.ByteString |
getStackBytes()
string stack = 11; |
long |
getTime()
Error log time, set by the backend side.
|
String |
getUniqueId()
UUID
|
com.google.protobuf.ByteString |
getUniqueIdBytes()
UUID
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getUniqueId()
UUID
string uniqueId = 1;com.google.protobuf.ByteString getUniqueIdBytes()
UUID
string uniqueId = 1;String getService()
string service = 2;com.google.protobuf.ByteString getServiceBytes()
string service = 2;String getServiceVersion()
Service version in browser is the Instance concept in the backend.
string serviceVersion = 3;com.google.protobuf.ByteString getServiceVersionBytes()
Service version in browser is the Instance concept in the backend.
string serviceVersion = 3;long getTime()
Error log time, set by the backend side.
int64 time = 4;String getPagePath()
Page path in browser is the endpoint concept in the backend Page path in the browser, mostly it is URI, without parameter
string pagePath = 5;com.google.protobuf.ByteString getPagePathBytes()
Page path in browser is the endpoint concept in the backend Page path in the browser, mostly it is URI, without parameter
string pagePath = 5;int getCategoryValue()
.skywalking.v3.ErrorCategory category = 6;ErrorCategory getCategory()
.skywalking.v3.ErrorCategory category = 6;String getGrade()
string grade = 7;com.google.protobuf.ByteString getGradeBytes()
string grade = 7;String getMessage()
string message = 8;com.google.protobuf.ByteString getMessageBytes()
string message = 8;int getLine()
int32 line = 9;int getCol()
int32 col = 10;String getStack()
string stack = 11;com.google.protobuf.ByteString getStackBytes()
string stack = 11;String getErrorUrl()
string errorUrl = 12;com.google.protobuf.ByteString getErrorUrlBytes()
string errorUrl = 12;boolean getFirstReportedError()
Then the PV with error is only calculated when firstReportedError is true.
bool firstReportedError = 13;Copyright © 2022 The Apache Software Foundation. All rights reserved.