Class: Google::Api::Monitoring::MonitoringDestination

Inherits:
Object
  • Object
show all
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

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 section.

Returns:

  • (::Array<::String>)

    Types of the metrics to report to this monitoring destination. Each type must be defined in 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 section.

Returns:



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