Replies: 1 comment 4 replies
-
yes, they should be available via https://github.com/open-telemetry/opentelemetry-proto/blob/a8f08fc49d60538f97ffabcc7feac92f832976dd/opentelemetry/proto/trace/v1/trace.proto#L112-L133 |
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.
-
Issue #6057 implemented ExportUnsampledSpans flag, setting it to true will export all spans to collector no matter a span is sampled or not. This is great! we are looking for this feature. A question regarding this feature is that, will the span data exported contains TraceFlag information for collector to find out whether a received span is sampled or not? @HaloFour and @jack-berg
Beta Was this translation helpful? Give feedback.
All reactions