A collection of data points that describes the time-varying values of a resource. A time series is identified by its ID. Next : 12
JSON representation |
---|
{ "locationType": enum ( |
Fields | |
---|---|
locationType |
Required. The type of location that the time series is summarizing. |
location |
Optional. The location of the usage data in time series. |
isSpot |
Optional. The location of the usage data in time series. |
machineFamily |
The machine family for the time series values to return. Possible values include "n1" and "n2d". |
diskType |
The disk type for the time series values to return. |
gpuType |
The GPU type of the time series. |
tpuType |
The TPU type of the time series. |
machineShape |
The machine shape of the time series. |
cloudResourceType |
The resource for the time series values to return. Possible values include "gce-vcpus", "gce-ram", "gce-local-ssd", "gce-persistent-disk", "gce-gpu", "gce-tpu" and "gce-vm". |
points[] |
The data points of this time series. When listing time series, points are returned in chronological order. |
unit |
The units in which the values are reported. |
Point
A single data point in a time series.
JSON representation |
---|
{ "eventTime": string, "value": number } |
Fields | |
---|---|
eventTime |
The time which the data point applies. Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
value |
The value of the data point. |