You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After the upgrade to keda version which introduced third pod (there used to be only 2 pods IIRC) we started having issues with scrapping metrics from keda metrics server although we have enabled it using following config.
Connection to metrics server service at port 8080 (or specified) returns metrics at path /metrics.
Actual Behavior
Connection to metrics-server:8080 results in connection refused.
Steps to Reproduce the Problem
deploy keda with provided config
HTTP GET for metrics server service at port 8080 results in following error in prometheus Get "http://192.168.73.158:8080/metrics": dial tcp 192.168.73.158:8080: connect: connection refused
webhooks and operator monitoring endpoint works just fine, only metrics is broken
Specifications
KEDA Version: 2.11.0
Platform & Version:
Kubernetes Version: EKS 1.27
Scaler(s): -
The text was updated successfully, but these errors were encountered:
After the upgrade to keda version which introduced third pod (there used to be only 2 pods IIRC) we started having issues with scrapping metrics from keda metrics server although we have enabled it using following config.
Expected Behavior
Connection to metrics server service at port 8080 (or specified) returns metrics at path /metrics.
Actual Behavior
Connection to metrics-server:8080 results in connection refused.
Steps to Reproduce the Problem
Get "http://192.168.73.158:8080/metrics": dial tcp 192.168.73.158:8080: connect: connection refused
Specifications
The text was updated successfully, but these errors were encountered: