提交 eaa2a7ca 编写于 作者: wu-sheng's avatar wu-sheng 提交者: GitHub

Update TraceSegmentService.proto

Add RefType for ref
上级 816ba38e
......@@ -25,13 +25,14 @@ message TraceSegmentObject {
}
message TraceSegmentReference {
string parentTraceSegmentId = 1;
int32 parentSpanId = 2;
int32 parentApplicationId = 3;
string networkAddress = 4;
int32 networkAddressId = 5;
string entryServiceName = 6;
int32 entryServiceId = 7;
RefType refType = 1;
string parentTraceSegmentId = 2;
int32 parentSpanId = 3;
int32 parentApplicationId = 4;
string networkAddress = 5;
int32 networkAddressId = 6;
string entryServiceName = 7;
int32 entryServiceId = 8;
}
message SpanObject {
......@@ -52,6 +53,11 @@ message SpanObject {
repeated LogMessage logs = 15;
}
enum RefType {
CrossProcess = 0;
CrossThread = 1;
}
enum SpanType {
Entry = 0;
Exit = 1;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册