Skip to content
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 Metrics not showing in Prometheus #686

Open
wamak9 opened this issue Sep 11, 2024 · 1 comment
Open

Keda Metrics not showing in Prometheus #686

wamak9 opened this issue Sep 11, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@wamak9
Copy link

wamak9 commented Sep 11, 2024

A clear and concise description of what the bug is.

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_
Screenshot 2024-09-11 at 5 21 43 PM

Screenshot 2024-09-11 at 5 33 03 PM

Steps to Reproduce the Problem

  1. Install keda
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

  1. Navigate to Prometheus (We are not using Prometheus Operator)
  2. Type in Keda_, it should be able to list the metrics with keda_scaler

Specifications

  • KEDA Version: 2.15.1
  • Platform & Version: k8s - AKS
  • Kubernetes Version: v1.28.9
  • Scaler(s): Please elaborate
@wamak9 wamak9 added the bug Something isn't working label Sep 11, 2024
@wamak9
Copy link
Author

wamak9 commented Sep 11, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant