Update TraceSegmentService.proto

This commit is contained in:
吴晟 Wu Sheng 2017-07-03 09:39:16 +08:00 committed by GitHub
parent 701b6afa12
commit b7e3016d56
1 changed files with 2 additions and 0 deletions

View File

@ -30,6 +30,8 @@ message TraceSegmentReference {
int32 parentApplicationId = 3;
string networkAddress = 4;
int32 networkAddressId = 5;
string entryServiceName = 6;
int32 entryServiceId = 7;
}
message SpanObject {