-
In the SDKSpanBuilder class, when the startSpan function is called. It typically generates the spanId internally. |
Beta Was this translation helpful? Give feedback.
Answered by
jkwatson
Nov 23, 2023
Replies: 1 comment 3 replies
-
There is not. What is your use-case? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
OTel has very strict requirements for the structure of a span ids, so this isn't something that is supported. Better would probably be to make these attributes of your spans, rather than trying to make them into the otel ids.