Skip to content

Commit 7e5ebb6

Browse files
committed
Add AppID of the parentInstance
Signed-off-by: Albert Callarisa <[email protected]>
1 parent 545663a commit 7e5ebb6

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)