You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add reducer field to the GCP configuration to aggregate data points from multiple time series into a single time series.
A Reducer operation in ListTimeSeries request should aggregate data points from multiple time series into a single time series, where the value of each data point in the resulting series is a function of all the already aligned values in the input time series.
Default value is REDUCE_NONE but other values supported are REDUCE_MEAN, REDUCE_MIN, REDUCE_MAX etc.
Add
reducer
field to the GCP configuration to aggregate data points from multiple time series into a single time series.A Reducer operation in
ListTimeSeries
request should aggregate data points from multiple time series into a single time series, where the value of each data point in the resulting series is a function of all the already aligned values in the input time series.Default value is
REDUCE_NONE
but other values supported areREDUCE_MEAN
,REDUCE_MIN
,REDUCE_MAX
etc.Please check https://cloud.google.com/monitoring/api/ref_v3/rpc/google.monitoring.v3#reducer[Reducers] for the full list.
The text was updated successfully, but these errors were encountered: