Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a situation where I want to add a Span Link to a Span that was previously created via auto-instrumentation. Since I can't modify the auto-instrumentation code to add the Span Link when it creates the Span, I would like to add the Span Link later after it is created. Is this possible somehow?
From what I can tell, Span Links can only be added via the
SpanBuilder
used to create theSpan
, and can't be added to theSpan
later, but I might be missing something.Beta Was this translation helpful? Give feedback.
All reactions