elastic / beats

:tropical_fish: Beats - Lightweight shippers for Elasticsearch & Logstash
https://www.elastic.co/products/beats
Other
12.15k stars 4.91k forks source link

[GCP] Add CrossSeriesReducer support in ListTimeSeries request #41045

Open Linu-Elias opened 5 days ago

Linu-Elias commented 5 days ago

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.

Please check https://cloud.google.com/monitoring/api/ref_v3/rpc/google.monitoring.v3#reducer[Reducers] for the full list.

botelastic[bot] commented 5 days ago

This issue doesn't have a Team:<team> label.