-
Notifications
You must be signed in to change notification settings - Fork 55
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
Pre-compute aggregations to optimize scaling recording rules #284
Conversation
Signed-off-by: Marco Pracucci <[email protected]>
) | ||
)[24h:5m] | ||
) | ||
quantile_over_time(0.99, cluster_namespace_deployment:container_memory_usage_bytes:sum[24h:5m]) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ditto here.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd try the [24h]
first. If that works out, great. Otherwise, we can play with the [24h:5m]
.
Signed-off-by: Marco Pracucci <[email protected]>
Thanks @beorn7 for your detailed reply. I see your point. I removed the |
Let's see how it works out. |
…ecording-rules Pre-compute aggregations to optimize scaling recording rules
What this PR does:
Based on feedback received in #283 (comment), in this PR I'm proposing to pre-compute aggregations to try to optimize the scaling recording rules.
I haven't splitted recording rules into multiple groups in this PR in order to keep the diff easier to review.
Which issue(s) this PR fixes:
N/A
Checklist
CHANGELOG.md
updated - the order of entries should be[CHANGE]
,[FEATURE]
,[ENHANCEMENT]
,[BUGFIX]