-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
add prometheus-metrics for keda-operator #3098
Comments
our apiserver always keeps in overloaded. The update to hpa sometimes will fail or retry, and hpa resource is key point to me, so I monitor it to check everything goes right
I got around 1k SO in the cluster. After creating hpa resource, the one of main logic for so controller is keep checking SO, which will cause burden to other service(in our case, prometheus or kv system). It's will be easy for me to adjust the polling interval and timeout setting by monitoring the query rate and error rate for polling active |
Yeah, those all imho valid cases. Though would be better to close this issue and track the request (together with usecases) in the existing issue please). |
Proposal
We already using keda in live environment. The metrics is missing for keda-operator is kind of hard for me to debug problem.
Maybe we should consider to add some metrics for it? Currently we only using the
scaleObject
, not usingtriggerAuthentication
andscaleJob
, what I implement in my environment for SO controller is:Use-Case
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: