kind property
Distinguishes between spans generated in a particular context. For example,
two spans with the same name may be distinguished using CLIENT
(caller)
and SERVER
(callee) to identify queueing latency associated with the span.
Implementation
@$pb.TagNumber(6)
Span_SpanKind get kind => $_getN(5);
Implementation
@$pb.TagNumber(6)
set kind(Span_SpanKind v) { setField(6, v); }