Replies: 1 comment 1 reply
-
First of all, segment could NOT be replaced. This will not be a driop-in, for several reasons.
From the graph of arch you shared, I want to point out these
The key question you are asking does not make sense, all of your infra is working, why do you need SkyWalking to replace existing things? The gap is clear, we are seeing distributed tracing in different ways. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Our current system generates traceId and spanId through Spring-cloud-sleuth. In the case of mobile devices, traceId and spanId are generated by the mobile device. The entire link and log are concatenated by sleuth's traceId. Now we want to introduce skywalking to visualize the entire request link and replace the default traceId-segmentId generated by skywalking with the original traceId-spanId, I'm not sure if there's a problem with what I described.
Based on the scenario I described above, I would like to use Skywalking, but I need to keep the original traceId and spanId. What do I need to do?
Beta Was this translation helpful? Give feedback.
All reactions