Orange-OpenSource / towards5gs-helm

Helm charts for deploying 5G network services on Kubernetes
Other
167 stars 130 forks source link

Add instrumentation for enabling Jaeger tracing #44

Closed tywofxd closed 1 year ago

tywofxd commented 2 years ago

Thank you for your great work. I have learned a lot about 5G from this project. I want to implement distributed tracing with Jaeger for researches about anomaly detection on 5G miro-service system. Could you please add instrumentation in the docker image for enabling Jaeger tracing when we deploying and testing the 5G system? I think this will help a lot for the research on 5G security. I really appreciate it if you can consider this.

raoufkh commented 2 years ago

Hello @tywofxd

Instrumentation for Jaeger must be added on the NFs source code. Do you know if Free5GC team has done any updates to support that? Other alternatives consist in using a service mesh to include this functionnality (e.g. Istio). Please see this for more details.

Bests Raouf