Skip to content

Commit 09f9497

Browse files
committed
Addressed CR comments
1 parent f1a969a commit 09f9497

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/proto/FunctionRpc.proto

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -263,13 +263,13 @@ message InvocationRequest {
263263
// Host sends ActivityId, traceStateString and Tags from host
264264
message RpcTraceContext {
265265
// This corresponds to Activity.Current?.Id
266-
string Traceparent = 1;
266+
string trace_parent = 1;
267267

268268
// This corresponds to Activity.Current?.TraceStateString
269-
string Tracestate = 2;
269+
string trace_state = 2;
270270

271271
// This corresponds to Activity.Current?.Tags
272-
map<string, string> Attributes = 3;
272+
map<string, string> attributes = 3;
273273
}
274274

275275
// Host requests worker to cancel invocation

0 commit comments

Comments
 (0)