-
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
Azure Event Hub scaler doesn't log anything if the blob container name is wrong #2363
Comments
Hi @jrehnen |
I'm getting somebody to fix this, assigning to myself for now |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs. Thank you for your contributions. |
We are looking at this issue |
Thank you! |
While querying the scaling metric, if the scaler for Azure Event Hub cannot find the blob storage container the error message never gets logged.
Instead, the total amount of events in the hub is used as the value for the metric, whether they have already been handled or not.
This is due to the codeblock starting from the line in this link:
keda/pkg/scalers/azure_eventhub_scaler.go
Line 168 in 7b98173
Due to this it is currently incredibly difficult to locate an error caused by a wrong blob storage container name.
The text was updated successfully, but these errors were encountered: