We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
once keda is installed, prometheus should be able to pick up the metrics from keda. A mentioned here: https://keda.sh/docs/2.15/operate/prometheus/
When I look at the metrics being scrapped, I only see few metrics but nothing for keda_scaler_
keda_scaler_
helm --upgrade install keda kedacore/keda \ --version 2.15.1 \ --namespace keda \ --set operator.replicaCount=2 \ --set prometheus.metricServer.enabled=true \ --set prometheus.webhooks.enabled=true \ --set profiling.metricsServer.enabled=true \ --timeout 5m
Keda_
keda_scaler
The text was updated successfully, but these errors were encountered:
List of pods running.
NAME READY STATUS RESTARTS AGE keda-admission-webhooks-5d54449488-jp66q 1/1 Running 0 31s keda-operator-75c8fd57d-htg7z 1/1 Running 0 31s keda-operator-75c8fd57d-z6r5r 1/1 Running 0 31s keda-operator-metrics-apiserver-59866557cd-rxfmt 1/1 Running 0 31s
Sorry, something went wrong.
can we get someone to take a look at this ?
No branches or pull requests
Expected Behavior
once keda is installed, prometheus should be able to pick up the metrics from keda.
A mentioned here: https://keda.sh/docs/2.15/operate/prometheus/
Actual Behavior
When I look at the metrics being scrapped, I only see few metrics but nothing for
keda_scaler_
Steps to Reproduce the Problem
Keda_
, it should be able to list the metrics withkeda_scaler
Specifications
The text was updated successfully, but these errors were encountered: