Class: Google::Cloud::Monitoring::V3::TimeSeries
- Inherits:
-
Object
- Object
- Google::Cloud::Monitoring::V3::TimeSeries
- 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
-
#metadata ⇒ ::Google::Api::MonitoredResourceMetadata
Output only.
-
#metric ⇒ ::Google::Api::Metric
The associated metric.
-
#metric_kind ⇒ ::Google::Api::MetricDescriptor::MetricKind
The metric kind of the time series.
-
#points ⇒ ::Array<::Google::Cloud::Monitoring::V3::Point>
The data points of this time series.
-
#resource ⇒ ::Google::Api::MonitoredResource
The associated monitored resource.
-
#unit ⇒ ::String
The units in which the metric value is reported.
-
#value_type ⇒ ::Google::Api::MetricDescriptor::ValueType
The value type of the time series.
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 |