Class: Google::Cloud::Monitoring::V3::TimeSeries

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/monitoring/v3/metric.rb

Overview

A collection of data points that describes the time-varying values of a metric. A time series is identified by a combination of a fully-specified monitored resource and a fully-specified metric. This type is used for both listing and creating time series.

Instance Attribute Summary collapse

Instance Attribute Details

#metadata::Google::Api::MonitoredResourceMetadata



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

#metric::Google::Api::Metric



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

#metric_kind::Google::Api::MetricDescriptor::MetricKind



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

#points::Array<::Google::Cloud::Monitoring::V3::Point>



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

#resource::Google::Api::MonitoredResource



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

#unit::String



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

#value_type::Google::Api::MetricDescriptor::ValueType



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