Closed embs closed 7 years ago
I've removed config for sharing span as Zipkin is moving away from client/server shared spans: https://github.com/openzipkin/zipkin/issues/939
So final format looks like this:
Client span
Server span
Complete trace: trace.zip
~~Also reuse client span to be consistent with how interactions between Java services are traced.~~ UPDATE: removed as Zipkin is moving away from client/server shared spans: https://github.com/openzipkin/zipkin/issues/939
Related to https://github.com/microservices-demo/orders/issues/48
An example of how these changes affect traces:
Before modification
Complete trace: original.zip
After modification
Complete trace: after-modification.zip
The highlighted frames in second image refers to:
1 and 3 are not huge problems but I'm working on them in order to achieve consistence with how Java <-> Java services interactions are traced.