TimeSeriesAggregation
TimeSeriesAggregation
Time-series aggregation object, Aggregate metrics across various dimensions.
JSON Example
{
"aggregation_dimension": "string",
"aggregation_function": "string"
}
aggregation_dimension
Optional
Constraints:
default: ALL_DIMENSIONS_WITH_TIME
Dimensions to aggregate on
Possible values are :
TIME,
ALL_DIMENSIONS_WITH_TIME,
ALL_DIMENSIONS_WITHOUT_TIME,
aggregation_function
Optional
Constraints:
default: AVG
Aggregation operation to be performed on the data points being queried for. This is valid only when aggregate_resource_ids is set to 'true'. Aggregation operation does not apply for 'status' metrics.
Possible values are :
AVG,
SUM,
MIN,
MAX,
PERCENT,