Skip to content

Is there any option to set trace/span identifiers to use 64bit instead of 128? #2953

Answered by jkwatson
ffahri asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @ffahri . You can provide your own IdGenerator and configure the SDK with it, but it'll have to be 128bits to be a valid trace id. You can pad it with zeroes on the left, but internally it'll still be 128 bits.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
Answer selected by ffahri
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants