You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by GitBox <gi...@apache.org> on 2020/08/21 09:23:39 UTC

[GitHub] [skywalking] snakorse opened a new issue #5365: Does the traceid still must be split in 3 part from v8.x?

snakorse opened a new issue #5365:
URL: https://github.com/apache/skywalking/issues/5365


   Please answer these questions before submitting your issue.
   
   - Why do you submit this issue?
   - [x] Question or discussion
   - [ ] Bug
   - [ ] Requirement
   - [ ] Feature or performance improvement
   
   ___
   ### Question
   - In previous version bellow v8.x, the traceId and segmentid in data-transport-protocol is limited to UniqueId object which construct by 3 integer part. And I noticed that from the v8.x new protocol, the traceid changed to string type, does this means the traceid nolonger limit to 3 part, and can be represent as any unique string?


----------------------------------------------------------------
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



[GitHub] [skywalking] wu-sheng closed issue #5365: Does the traceid still must be split in 3 part from v8.x?

Posted by GitBox <gi...@apache.org>.
wu-sheng closed issue #5365:
URL: https://github.com/apache/skywalking/issues/5365


   


----------------------------------------------------------------
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



[GitHub] [skywalking] wu-sheng commented on issue #5365: Does the traceid still must be split in 3 part from v8.x?

Posted by GitBox <gi...@apache.org>.
wu-sheng commented on issue #5365:
URL: https://github.com/apache/skywalking/issues/5365#issuecomment-678275660


   Per protocol level, https://github.com/apache/skywalking-data-collect-protocol/blob/master/language-agent/Tracing.proto#L42, no it doesn't require that. 
   
   In codes, Java and other agents still use this pattern. But this is not required from my understanding.


----------------------------------------------------------------
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