-
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
RabbitMQ regex - No matching metrics found #2414
Comments
hi @alegmal |
it's weird because I think that we don't use any variable |
|
Hi @alegmal |
@JorTurFer thanks for quick responses I'll try triggerauthentication and update. |
@JorTurFer unfortunately triggerauthentication did not help solve the issue
This is the is what puzzles me in this error: LocalObjectReference{Name:piper-auth0,},Key:clientId Maybe I need to clear some cache or something? |
Hi @alegmal |
@JorTurFer so funny story happened... apparently "kubectl describe scaledobjects.keda.sh " is important in process of debugging... who knew * facepalm * when using describe here is the problem: I would expect keda-metrics to output error that is as clear and relevant as the one when describing scaledobject How much can be recovered and can I configure it? |
oh 🤦
but be careful because the rabbitmq cluster usually has its own limit ( usually The parameter is described in the docs :) (v2.5) |
thanks, issue is solved, closing. |
Report
regex with rabbitmq scaler is unable to get metrics - error is: No matching metrics found (screenshots are provided).
the httpConnectionString environment variable in deployment takes its value from a secret and its of this format:
http://username:password@:/host
Strangly it also complains in keda-metrics pod logs about being unable to resolve secret "for env AUTHZ_CLIENT_ID". AUTHZ_CLIENT_ID environment variable that is not mentioned and not related to rabbit / scaling so I'm confused why its in the logs.
maybe I misconfigured something?
I was following this documentation:
https://keda.sh/docs/2.5/scalers/rabbitmq-queue/
Expected Behavior
get queues and scale on sum of messages
Actual Behavior
error getting metrics to scale
Steps to Reproduce the Problem
Logs from KEDA operator
KEDA Version
2.5.0
Kubernetes Version
1.20
Platform
Google Cloud
Scaler Details
rabbitmq
Anything else?
No response
The text was updated successfully, but these errors were encountered: