Merge pull request #343 from wu-sheng/feature/341

add entryApplicationInstanceId attribute
This commit is contained in:
吴晟 Wu Sheng 2017-08-07 10:04:38 -05:00 committed by GitHub
commit 9559c75c58
1 changed files with 5 additions and 4 deletions

View File

@ -35,10 +35,11 @@ message TraceSegmentReference {
int32 parentApplicationInstanceId = 4;
string networkAddress = 5;
int32 networkAddressId = 6;
string entryServiceName = 7;
int32 entryServiceId = 8;
string parentServiceName = 9;
int32 parentServiceId = 10;
int32 entryApplicationInstanceId = 7;
string entryServiceName = 8;
int32 entryServiceId = 9;
string parentServiceName = 10;
int32 parentServiceId = 11;
}
message SpanObject {