Replies: 1 comment 4 replies
-
Here's what the b3 spec says about the
It seems OTel SDK has decided to drop those spans that don't have that header.
You can set the |
Beta Was this translation helpful? Give feedback.
4 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.
-
As the title suggests should I expect traces to be sampled when only
X-B3-TraceId
andX-B3-SpanId
are set?We have some runtime environment constraints (long story, don’t ask) and we are still running SDK/agent 0.8.0. When
X-B3-Sampled
is set traces are exported, when that header is missing traces are not exported. Is there a way to force them to be exported besides settingX-B3-Sampled
?Beta Was this translation helpful? Give feedback.
All reactions