KEDA Operator logs and Version for Azure Container Apps #656
andreaskasc
started this conversation in
General
Replies: 1 comment
-
The context has switched a little since I created this discussion but the underlying issue remains. We have switched to Azure Event Hubs scaler now. All the errors have been addressed but we are still missing the full KEDA logs. Please prioritize this, as we recently spent 2 weeks with MS support in order to find a very simple configuration issue, which should have been identified easily if we had the full KEDA logs. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi Everyone,
I have been experimenting with Apache Kafka Scaler on an Azure Container App and I am not getting the expected behavior. Before creating a bug I would like to get the full logs available to see what's going so I can better investigate/describe my issue. I can run the below query in Log Analytics workspace:
ContainerAppSystemLogs_CL
| where EventSource_s has "KEDA"
and I get some logs but I don't get details on them, eg I get a warning "ScaledObject doesn't have correct scaleTargetRef specification" but no further details on it. I know the scaler can connect to the Azure Event Hub workspace (which has Kafka enabled - that's why I used Kafka scaler) and it works but not always as expected.
I would also like to know if Azure Container Apps are using the latest scaler version because by searching I saw that one of the unexpected behaviors I have is connected to an old issue (kedacore/keda#2612) that should be already fixed and merged in latest version.
Thank you,
Andreas
Beta Was this translation helpful? Give feedback.
All reactions