提交 07961fc4 编写于 作者: wu-sheng's avatar wu-sheng

no message

上级 69272b79
...@@ -57,7 +57,7 @@ message SpanObjectV2 { ...@@ -57,7 +57,7 @@ message SpanObjectV2 {
int32 parentSpanId = 2; int32 parentSpanId = 2;
int64 startTime = 3; int64 startTime = 3;
int64 endTime = 4; int64 endTime = 4;
repeated TraceSegmentReference refs = 5; repeated SegmentReference refs = 5;
int32 operationNameId = 6; int32 operationNameId = 6;
string operationName = 7; string operationName = 7;
int32 peerId = 8; int32 peerId = 8;
...@@ -67,8 +67,8 @@ message SpanObjectV2 { ...@@ -67,8 +67,8 @@ message SpanObjectV2 {
int32 componentId = 12; int32 componentId = 12;
string component = 13; string component = 13;
bool isError = 14; bool isError = 14;
repeated KeyWithStringValue tags = 15; repeated KeyStringValuePair tags = 15;
repeated LogMessage logs = 16; repeated Log logs = 16;
} }
message Log { message Log {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册