-
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
Kafka scaler sometimes fails with no matching metrics found #2647
Comments
You have probably hit this issue: #2592 I recommend you to update to 2.6.1 |
@zroubalik upgrading it now ;), thanks for the info. I'll give feedback after upgrade and a few hours to see if the failures still happened. |
@zroubalik so after a few hours running with 2.6.1 I confirm that this issue is fixed ;) I'm closing it now. |
In version 2.7.1 it still happening. |
@zroubalik, i'm still with this problem also. my keda version: 2.7.1 I created scaledObjet with kafka consumer.
|
Boa tarde @johnnytardin, voce conseguiu algo? |
Report
I have a scaled object with 4 scalers: one prometheus, one cron and two Kafka on two different topics.
We have a lot of failures inside the events on the corresponding HPA like
unable to fetch metrics from external metrics API: no matching metrics found for s3-kafka-private_aoaa_anomaly_v1
The same error appears in the Keda operator logs (see bellow).
When doing a describe on the corresponding scaled objects at the time of the issue, the metric is listed in the
External Metric Names
but there is no entry of it in theHealth:
section.Describe of the scaled objet:
Describe of the HPA:
Expected Behavior
No failure event on the HPA
Actual Behavior
Failure event on the HPA and the metric is show as
<unknown>
.Steps to Reproduce the Problem
No idea how to reproduce it.
Logs from KEDA operator
KEDA Version
2.6.0
Kubernetes Version
1.19
Platform
Google Cloud
Scaler Details
prometheus, kafka, cron
Anything else?
No response
The text was updated successfully, but these errors were encountered: