cancel
Showing results for 
Search instead for 
Did you mean: 

How to get all logs or list of all events triggered to my Kyma Function?

DhruvinM
Participant
0 Kudos

Hi Team,

We are trying to debug/check all the functions being called now we know we have the logs available on function/pods but we are not seeing any Logs there but from C4C I can see the call was made successfull.

But i am not able to see which function is being triggered, in Kyma console do we have any place where we can see all recieved messages/events/ etc?

BR

Dhruvin

View Entire Topic
a-thaler
Advisor
Advisor
0 Kudos

Hi @DhruvinM ,

you could start collecting trace data of your function calls and then introspect the traffic. The event gets dispatched to the Eventing module via the istio ingressgateway. The Eventing module then dispatches it to your function. These end-2-end request chains are trackable via traces.

Have a look at the SAP Cloud Logging integration guide to set up a Cloud Logging instance and integrate it with a Kyma runtime for trace collection.

Hope that helps,

Andreas

DhruvinM
Participant
0 Kudos
Hi A-thaler, Sorry to come back to you late, but i think we have some issues with workload errors with image pull secrets missing. DhruvinM_0-1714466048882.png Can you please help me how can i fix this? BR Dhruvin