Skip to content

Commit 6000187

Browse files
authored
Add TraceContext to CreateInstanceRequest (#29)
1 parent c672a0d commit 6000187

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
@@ -329,6 +329,7 @@ message CreateInstanceRequest {
329329
OrchestrationIdReusePolicy orchestrationIdReusePolicy = 6;
330330
google.protobuf.StringValue executionId = 7;
331331
map<string, string> tags = 8;
332+
TraceContext parentTraceContext = 9;
332333
}
333334

334335
message OrchestrationIdReusePolicy {

0 commit comments

Comments
 (0)