Replies: 2 comments
-
hey @xsmrcek! it takes a few steps:
another option if you have a traceparent is to use W3CTraceContextPropagator.getInstance()extract(Context.root(), ...) to create the Context that you feed to SpanBuilder.setParent() |
Beta Was this translation helpful? Give feedback.
0 replies
-
hello @trask |
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.
-
Hello,
Is there any wsy to start custom span with custom traceId and spanId value? I have to do a little custom instrumentation for part of my code which is instrumented by opentelemetry agent or application insights agents (I am testing them both). I did find a way how to start custom span, but I wasn;t able to find out how to set custom trace info. it is possible somehow please?
Beta Was this translation helpful? Give feedback.
All reactions