Class: Google::Api::Monitoring::MonitoringDestination
- Inherits:
-
Object
- Object
- Google::Api::Monitoring::MonitoringDestination
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/api/monitoring.rb
Overview
Configuration of a specific monitoring destination (the producer project or the consumer project).
Instance Attribute Summary collapse
-
#metrics ⇒ ::Array<::String>
Types of the metrics to report to this monitoring destination.
-
#monitored_resource ⇒ ::String
The monitored resource type.
Instance Attribute Details
#metrics ⇒ ::Array<::String>
Returns Types of the metrics to report to this monitoring destination. Each type must be defined in [Service.metrics][google.api.Service.metrics] section.
106 107 108 109 |
# File 'proto_docs/google/api/monitoring.rb', line 106 class MonitoringDestination include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#monitored_resource ⇒ ::String
Returns The monitored resource type. The type must be defined in [Service.monitored_resources][google.api.Service.monitored_resources] section.
106 107 108 109 |
# File 'proto_docs/google/api/monitoring.rb', line 106 class MonitoringDestination include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |