MonitoringDestinationResponse

data class MonitoringDestinationResponse(val metrics: List<String>, val monitoredResource: String)

Configuration of a specific monitoring destination (the producer project or the consumer project).

Constructors

Link copied to clipboard
constructor(metrics: List<String>, monitoredResource: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Types of the metrics to report to this monitoring destination. Each type must be defined in Service.metrics section.

Link copied to clipboard

The monitored resource type. The type must be defined in Service.monitored_resources section.