team repository for tracing and debugging SDV Hackathon Challenge
- Start Jaeger Trace service
Open a new terminal and run:
./start_jaeger.sh
- Start publisher and subscriber app
Open a new terminal and run publisher/subscriber app:
docker build -t <container_name> .
docker run -it --net=host <container_name>
- Open http://localhost:16686/search in the browser to access Jaeger Tracer