Creating a Span using traceId #3102
Unanswered
pjjohnston
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Yes, you can definitely generate your own span ids. I'd take a look at what our |
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
-
Hi,
I have a scenario where I'm forced to propagate merely using a traceId (a streamer with multiple input topics))
I see that this seems possible using the static method:
SpanContext.create(String traceIdHex, String spanIdHex.........)
I'm assuming that I can generate the SpanId myself? Any pointers on this approach would be greatly appreciated.
Beta Was this translation helpful? Give feedback.
All reactions