Hello,
I want to add traces to my simulated 5G Network (free5GC + UERANSIM). I know that the proper way to do it would be with kubernetes/istio but I find those orchestrators a bit overkill in my case. I only want a basic tracing system that add a trace-id in a http request if the variable isn’t present then propagate it to the responses and other requests from the same flow/communication (example every http packet that takes part in a Registration process would have the same trace-id).
I intended to edit thes files in /free5gc/http_wrapper but I don’t really know how to proceed nor if my method is feasible at all. I’d be also glad to hear if are other methods that I don’t know about and how you would approach this problem.
Have a nice day