-
Notifications
You must be signed in to change notification settings - Fork 220
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
keda-operator-metrics-apiserver /metrics endpoint connection refused #499
Labels
bug
Something isn't working
Comments
I'm able to connect when I port-forward, but I get an empty reply from the endpoint.
when I try to use curl, I get an empty reply.
|
I also have |
Check this release: https://github.com/kedacore/keda/releases/tag/v2.11.2 |
It works now. Many thanks! |
You can probably close this issue since it was fixed in v2.11.2 @trampfox |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
/metrics
endpoint after a clean installation (using the default values) via Helm Chart version 2.11.1.keda-operator-metrics-apiserver
is deployed and is running without any problems, except for the/metrics
endpoint where we get a connection refused errorExpected behavior
Keda Metrics Server service monitor targets are all up and Prometheus is able to scrape the metrics from
keda-operator-metrics-apiserver
instances.Actual Behavior
Prometheus is not able to scrape the metrics from the
/metrics
endpoint of due to the following errorWe have also tried to get the metrics by enabling a port-forwarding to the 8080 port of the
keda-operator-metrics-apiserver
and we got the same connection refused errorand when we call the
/metrics
endpoint we see the following errorSteps to Reproduce the Problem
Specifications
The text was updated successfully, but these errors were encountered: