resourceLogs property

  1. @TagNumber.new(1)
List<ResourceLogs> get resourceLogs

An array of ResourceLogs. 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<$7.ResourceLogs> get resourceLogs => $_getList(0);