adriancole commented on issue #842: Setting an existing uuid as a traceId URL: https://github.com/apache/incubator-zipkin-brave/issues/842#issuecomment-501924192 the reason you are not finding a way to override the default identifier syntax is because we intentionally do not support it. there are ways to propagate, make available and possibly generate a correlated id. however changing the default syntax and generation is still unlikely to become a feature. On Fri, Jun 14, 2019, 6:47 AM maxb3k <[email protected]> wrote: > I have the same requirements as @leoamp <https://github.com/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. > > — > You are receiving this because you were mentioned. > Reply to this email directly, view it on GitHub > <https://github.com/apache/incubator-zipkin-brave/issues/842?email_source=notifications&email_token=AAAPVVYMCB7YBCVR3X5QDGDP2LFADA5CNFSM4GJEKGJ2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODXVHSCY#issuecomment-501905675>, > or mute the thread > <https://github.com/notifications/unsubscribe-auth/AAAPVV3O63TWWTHYJ6MORB3P2LFADANCNFSM4GJEKGJQ> > . >
---------------------------------------------------------------- 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]
