How to stop creating spans under the same trace? #6208
Unanswered
GokulShrikanth
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Hey @GokulShrikanth , |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi guys,
I am continuously polling a message queue(RMQ) inside a vertx timer, This is causing the issue of making all the spans to be under the same trace ID whereas I want the individual messages to be different traces. Is there a way to break the context and create traces for every message individually?
Beta Was this translation helpful? Give feedback.
All reactions