Method: Google::Cloud::Monitoring::V3::TimeSeries#resource
- Defined in:
- proto_docs/google/monitoring/v3/metric.rb
permalink #resource ⇒ ::Google::Api::MonitoredResource
Returns The associated monitored resource. Custom metrics can use only certain monitored resource types in their time series data. For more information, see Monitored resources for custom metrics.
97 98 99 100 |
# File 'proto_docs/google/monitoring/v3/metric.rb', line 97 class TimeSeries include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |