Method: Google::Cloud::Monitoring::V3::TimeSeries#points
- Defined in:
- proto_docs/google/monitoring/v3/metric.rb
permalink #points ⇒ ::Array<::Google::Cloud::Monitoring::V3::Point>
The data points of this time series. When listing time series, points are returned in reverse time order.
When creating a time series, this field must contain exactly one point and
the point's type must be the same as the value type of the associated
metric. If the associated metric's descriptor must be auto-created, then
the value type of the descriptor is determined by the point's type, which
must be BOOL
, INT64
, DOUBLE
, or DISTRIBUTION
.
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 |