consumerDestinations property

List<MonitoringDestination>? consumerDestinations
getter/setter pair

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

core.List<MonitoringDestination>? consumerDestinations;