resourceMetrics property

  1. @TagNumber.new(1)
List<ResourceMetrics> get resourceMetrics

An array of ResourceMetrics. For data coming from a single resource this array will typically contain one element. Intermediary nodes 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<ResourceMetrics> get resourceMetrics => $_getList(0);