Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[GCP] Add CrossSeriesReducer support in ListTimeSeries request #41045

Open
Linu-Elias opened this issue Sep 30, 2024 · 1 comment · May be fixed by #40614
Open

[GCP] Add CrossSeriesReducer support in ListTimeSeries request #41045

Linu-Elias opened this issue Sep 30, 2024 · 1 comment · May be fixed by #40614
Assignees
Labels
needs_team Indicates that the issue/PR needs a Team:* label

Comments

@Linu-Elias
Copy link
Contributor

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.

@Linu-Elias Linu-Elias self-assigned this Sep 30, 2024
@botelastic botelastic bot added the needs_team Indicates that the issue/PR needs a Team:* label label Sep 30, 2024
@botelastic
Copy link

botelastic bot commented Sep 30, 2024

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

@Linu-Elias Linu-Elias linked a pull request Sep 30, 2024 that will close this issue
6 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs_team Indicates that the issue/PR needs a Team:* label
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant