kind property

  1. @TagNumber(6)
Span_SpanKind get kind

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);
  1. @TagNumber(6)
set kind (Span_SpanKind v)

Implementation

@$pb.TagNumber(6)
set kind(Span_SpanKind v) { setField(6, v); }