Replies: 1 comment
-
I'll create an issue based on this and assign to me. I think it should be possible, but I'd need to test it out myself. |
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.
-
I have a service that is sending trace data to an OTEL collector, where it is sampled by the
tailsamplingprocessor
before being sent to Honeycomb. There is a client that does head-sampling, then sends its trace data directly to Honeycomb. I'd like to ensure that any calls that come from a client using head-sampling get sampled, i.e. that thesampled
flag from the TraceContext'strace-flags
is respected.I can't tell if this is possible from the documentation of
tailsamplingprocessor
. @jpkrohling, in this comment, it sounds like you're saying that it's possible to use thesampled
flag, but the README says:Does this mean that the
tailsamplingprocessor
doesn't receive the original trace context, including thetraceparent
header?Beta Was this translation helpful? Give feedback.
All reactions