Hello guys,
Before today, every services I wanted to log using Zipkin were running on my localhost and everything seemed to work fine. Now I have communications between my localhost and a distant server.
What happens is I still have a Parent-Child relation between my spans inside my trace but I see in the Zipkin UI that I have parents spans which start *after* children spans.
So I was wondering how does Zipkin collector handle spans coming from two different servers but which belong to the same trace.
Is it mandatory to setup a NTP server or did I miss something on how the collector works ?
I did not find any documentation on the subject so maybe the problem is on my side but it would be great for me to have a better understanding of how all this work anyway :).
Thanks,
--
Hugo