Class TimeSeriesData (2.14.1)

TimeSeriesData(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Represents the values of a time series associated with a TimeSeriesDescriptor.

Attributes

NameDescription
label_values MutableSequence[google.cloud.monitoring_v3.types.LabelValue]
The values of the labels in the time series identifier, given in the same order as the label_descriptors field of the TimeSeriesDescriptor associated with this object. Each value must have a value of the type given in the corresponding entry of label_descriptors.
point_data MutableSequence[google.cloud.monitoring_v3.types.TimeSeriesData.PointData]
The points in the time series.

Classes

PointData

PointData(mapping=None, *, ignore_unknown_fields=False, **kwargs)

A point's value columns and time interval. Each point has one or more point values corresponding to the entries in point_descriptors field in the TimeSeriesDescriptor associated with this object.