Azure Event Hub scaler doesn't log anything if the blob container name is wrong #2363
Labels
enhancement
New feature or request
scaler-azure-event-hubs
stale-bot-ignore
All issues that should not be automatically closed by our stale bot
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: