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

fix: add cross series reducer to monitoring #11

Merged
merged 1 commit into from
Jul 30, 2024
Merged

Conversation

nvtaveras
Copy link
Contributor

Whenever a new deployment is made, the old time series falls to 0 after a while (since the cloud function is no longer active), causing a false alert because one time series is violating the trigger condition, even though at the same time other is not. Instead, we aggregate all of them to also take into account the new logs coming in from the newly deployed function.

@nvtaveras nvtaveras merged commit 5a9d678 into main Jul 30, 2024
1 check passed
@nvtaveras nvtaveras deleted the fix/timeSeriesReducer branch July 30, 2024 16:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant