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 80ba916 commit 5299d93Copy full SHA for 5299d93
model/fn-execution/src/main/proto/org/apache/beam/model/fn_execution/v1/beam_fn_api.proto
@@ -761,6 +761,8 @@ message Elements {
761
// extensible and backward compatible
762
message ElementMetadata {
763
optional DrainMode.Enum drain = 1;
764
+ optional string traceparent = 2;
765
+ optional string tracestate = 3;
766
}
767
768
// Represent the encoded user timer for a given instruction, transform and
0 commit comments