consumerDestinations property

  1. @TagNumber.new(2)
PbList<Monitoring_MonitoringDestination> get consumerDestinations

Monitoring configurations for sending metrics to the consumer project. There can be multiple consumer destinations. A monitored resource type may appear in multiple monitoring destinations if different aggregations are needed for different sets of metrics associated with that monitored resource type. A monitored resource and metric pair may only be used once in the Monitoring configuration.

Implementation

@$pb.TagNumber(2)
$pb.PbList<Monitoring_MonitoringDestination> get consumerDestinations =>
    $_getList(1);