resourceSpans property

  1. @TagNumber.new(1)
List<ResourceSpans> get resourceSpans

An array of ResourceSpans. For data coming from a single resource this array will typically contain one element. Intermediary nodes (such as OpenTelemetry Collector) that receive data from multiple origins typically batch the data before forwarding further and in that case this array will contain multiple elements.

Implementation

@$pb.TagNumber(1)
$core.List<$3.ResourceSpans> get resourceSpans => $_getList(0);