Update TraceSegmentService.proto

This commit is contained in:
吴晟 Wu Sheng 2017-07-03 09:58:33 +08:00 committed by GitHub
parent b7e3016d56
commit d8e06b39d8
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,6 @@ message TraceSegmentObject {
repeated SpanObject spans = 3;
int32 applicationId = 4;
int32 applicationInstanceId = 5;
repeated string globalTraceIds = 6;
}
message TraceSegmentReference {
@ -32,6 +31,7 @@ message TraceSegmentReference {
int32 networkAddressId = 5;
string entryServiceName = 6;
int32 entryServiceId = 7;
repeated string globalTraceIds = 8;
}
message SpanObject {