From d8e06b39d890af2850105cfacbde376d36707879 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=B4=E6=99=9F=20Wu=20Sheng?= Date: Mon, 3 Jul 2017 09:58:33 +0800 Subject: [PATCH] Update TraceSegmentService.proto --- apm-network/src/main/proto/TraceSegmentService.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apm-network/src/main/proto/TraceSegmentService.proto b/apm-network/src/main/proto/TraceSegmentService.proto index 830c0fea2..2134ff219 100644 --- a/apm-network/src/main/proto/TraceSegmentService.proto +++ b/apm-network/src/main/proto/TraceSegmentService.proto @@ -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 {