maxb3k commented on issue #842: Setting an existing uuid as a traceId
URL: 
https://github.com/apache/incubator-zipkin-brave/issues/842#issuecomment-501905675
 
 
   I have the same requirements as @leoamp described. On a TraceContext level 
trace id is just a couple of longs so UUID 128bit can be encoded to string and 
back using custom Propagation approach. But then the thing is that SpanReporter 
rely on TraceContext.traceIdString() which is not customizable at all. 
SpanAdjuster also operate with already encoded string. I didn't find any 
consistent API to solve this task.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to