Creating a new trace #4618
Unanswered
arturenault
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi folks,
I have an event-emitter based service, and I would like to create a brand new trace for each event that gets triggered.
The service looks something like this:
Every time a new event gets triggered, it creates a new span. However, all the spans in this service end up being part of the same trace, so I end up with a giant trace that contains every event ever fired in this service.
Is there a way to force creation of a brand new trace ID when starting a span?
Beta Was this translation helpful? Give feedback.
All reactions