We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1a969a commit 09f9497Copy full SHA for 09f9497
src/proto/FunctionRpc.proto
@@ -263,13 +263,13 @@ message InvocationRequest {
263
// Host sends ActivityId, traceStateString and Tags from host
264
message RpcTraceContext {
265
// This corresponds to Activity.Current?.Id
266
- string Traceparent = 1;
+ string trace_parent = 1;
267
268
// This corresponds to Activity.Current?.TraceStateString
269
- string Tracestate = 2;
+ string trace_state = 2;
270
271
// This corresponds to Activity.Current?.Tags
272
- map<string, string> Attributes = 3;
+ map<string, string> attributes = 3;
273
}
274
275
// Host requests worker to cancel invocation
0 commit comments