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

Implement metrics values caching #3921

Closed
zroubalik opened this issue Nov 29, 2022 · 0 comments · Fixed by #3940
Closed

Implement metrics values caching #3921

zroubalik opened this issue Nov 29, 2022 · 0 comments · Fixed by #3940
Assignees
Labels
feature-request All issues for new features that have not been committed to needs-discussion

Comments

@zroubalik
Copy link
Member

Proposal

By default Kubernetes (HPA) asks for a metric every few seconds (as defined by --horizontal-pod-autoscaler-sync-period- usually 15s). This might create a load on the external service that is not usually needed. Metrics Values can be cached per trigger in a ScaledObject to overcome this problem. This is an optional feature.

Use-Case

No response

Anything else?

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request All issues for new features that have not been committed to needs-discussion
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

1 participant