Update TraceSegmentService.proto

This commit is contained in:
吴晟 Wu Sheng 2017-07-06 16:01:21 +08:00 committed by GitHub
parent 678ad01d49
commit 816ba38ece
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ message TraceSegmentObject {
string traceSegmentId = 1;
repeated TraceSegmentReference refs = 2;
repeated SpanObject spans = 3;
int32 applicationId = 4;
int32 applicationInstanceId = 4;
int32 applicationInstanceId = 5;
}