-
We have multiple subsystems that communicate with each other via http. These subsystems all use skywalking and we don't want the trace from one subsystem to be passed to the downstream subsystem, so we would like to reset the trace bound to the upstream http request and create a new trace in the downstream subsystem by using a manual api. does skywalking support this now? If not, any suggestions on a good way to handle this? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Then you don't need distributed tracing. This is not what SkyWalking was made for. |
Beta Was this translation helpful? Give feedback.
-
It's really a weird use case, why intentionally breaking traces when its main purpose is to link things together? |
Beta Was this translation helpful? Give feedback.
Then you don't need distributed tracing. This is not what SkyWalking was made for.