-
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
/metrics (Prometheus) endpoint always returning a value of 0 #3554
Labels
bug
Something isn't working
Comments
I've got the same issue on Keda 2.8.0, with Azure Storage Queue scaler
For comparison, same metrics on KEDA 2.7.1:
|
Thanks for reporting, do you think you can try to investigate what is the cause of the problem? |
3 tasks
Repository owner
moved this from Proposed
to Ready To Ship
in Roadmap - KEDA Core
Aug 25, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Report
Running Keda v2.8.0 the
/metrics
endpoint is always returning a value of zero. I have both AWS SQS Queue and Cron scalers.My deployment is using the kedacore/keda v2.8.1 helm chart.
If I deploy the helm chart version v2.7.2, things work as expected.
Expected Behavior
Correct values be reported to the
/metrics
endpoint.Actual Behavior
Values to the
/metrics
endpoint are always zero.Steps to Reproduce the Problem
/metrics
endpoint, eg:curl
again:Note how the value is now zero at the end of the last line.
Note: These outputs have been trimmed for clarity.
Logs from KEDA operator
No response
KEDA Version
2.8.0
Kubernetes Version
1.22
Platform
Amazon Web Services
Scaler Details
Cron and AWS SQS
Anything else?
Scaling still works as expected.
Of note, if running a query via
kubectl
the value is correct, eg:The text was updated successfully, but these errors were encountered: