Configuration of a specific monitoring destination (the producer project or the consumer project).
Generated from protobuf message google.api.Monitoring.MonitoringDestination
Methods |
public __construct( $data = NULL) Constructor.
|
public getMetrics() Types of the metrics to report to this monitoring destination. Each type must be defined in [Service.metrics][google.api.Service.metrics] section. Generated from protobuf field repeated string metrics = 2;
|
public getMonitoredResource() The monitored resource type. The type must be defined in [Service.monitored_resources][google.api.Service.monitored_resources] section. Generated from protobuf field string monitored_resource = 1;
|
public setMetrics( $var) Types of the metrics to report to this monitoring destination. Each type must be defined in [Service.metrics][google.api.Service.metrics] section. Generated from protobuf field repeated string metrics = 2;
|
public setMonitoredResource( $var) The monitored resource type. The type must be defined in [Service.monitored_resources][google.api.Service.monitored_resources] section. Generated from protobuf field string monitored_resource = 1;
|
Properties |
protected $monitored_resource = '' The monitored resource type. The type must be defined in [Service.monitored_resources][google.api.Service.monitored_resources] section. Generated from protobuf field string monitored_resource = 1; |
Methods |
Properties |
private $metrics = NULL Types of the metrics to report to this monitoring destination. Each type must be defined in [Service.metrics][google.api.Service.metrics] section. Generated from protobuf field repeated string metrics = 2; |