You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zipkin.apache.org by GitBox <gi...@apache.org> on 2019/06/13 22:47:29 UTC

[GitHub] [incubator-zipkin-brave] maxb3k commented on issue #842: Setting an existing uuid as a traceId

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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@zipkin.apache.org
For additional commands, e-mail: dev-help@zipkin.apache.org