traceState property
trace_state conveys information about request position in multiple distributed tracing graphs. It is a trace_state in w3c-trace-context format: https://www.w3.org/TR/trace-context/#tracestate-header See also https://github.com/w3c/distributed-tracing for more details about this field.
Implementation
@$pb.TagNumber(3)
$core.String get traceState => $_getSZ(2);
Implementation
@$pb.TagNumber(3)
set traceState($core.String v) { $_setString(2, v); }