traceId property

  1. @TagNumber.new(5)
List<int> get traceId

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

Implementation

@$pb.TagNumber(5)
$core.List<$core.int> get traceId => $_getN(3);
  1. @TagNumber.new(5)
set traceId (List<int> v)

Implementation

@$pb.TagNumber(5)
set traceId($core.List<$core.int> v) {
  $_setBytes(3, v);
}