Update TraceSegmentService.proto
This commit is contained in:
parent
e64d51ab82
commit
4310daf611
|
|
@ -19,9 +19,10 @@ message UpstreamSegment {
|
|||
message TraceSegmentObject {
|
||||
string traceSegmentId = 1;
|
||||
repeated TraceSegmentReference refs = 2;
|
||||
repeated SpanObject spans = 3;
|
||||
int32 applicationId = 4;
|
||||
int32 applicationInstanceId = 5;
|
||||
repeated string globalTraceIds = 3;
|
||||
repeated SpanObject spans = 4;
|
||||
int32 applicationId = 5;
|
||||
int32 applicationInstanceId = 6;
|
||||
}
|
||||
|
||||
message TraceSegmentReference {
|
||||
|
|
@ -32,7 +33,6 @@ message TraceSegmentReference {
|
|||
int32 networkAddressId = 5;
|
||||
string entryServiceName = 6;
|
||||
int32 entryServiceId = 7;
|
||||
repeated string globalTraceIds = 8;
|
||||
}
|
||||
|
||||
message SpanObject {
|
||||
|
|
|
|||
Loading…
Reference in New Issue