spanId property

  1. @TagNumber.new(4)
List<int> get spanId

(Optional) Span ID of the exemplar trace. span_id may be missing if the measurement is not recorded inside a trace or if the trace is not sampled.

Implementation

@$pb.TagNumber(4)
$core.List<$core.int> get spanId => $_getN(2);
  1. @TagNumber.new(4)
set spanId (List<int> value)

Implementation

@$pb.TagNumber(4)
set spanId($core.List<$core.int> value) => $_setBytes(2, value);