Skip to content

Commit 265932d

Browse files
authored
Merge pull request #16 from acroca/add-parent-app-id
Add AppID of the parentInstance
2 parents 545663a + 7e5ebb6 commit 265932d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

protos/orchestrator_service.proto

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ message ParentInstanceInfo {
6464
google.protobuf.StringValue name = 2;
6565
google.protobuf.StringValue version = 3;
6666
OrchestrationInstance orchestrationInstance = 4;
67+
optional google.protobuf.StringValue appId = 5;
6768
}
6869

6970
message TraceContext {

0 commit comments

Comments
 (0)