Support for Jaeger's "firehose" flag. #1226
Labels
area:sdk
Related to the SDK
release:after-ga
Not required before GA release, and not going to work on before GA
spec:trace
Related to the specification/trace directory
What are you trying to achieve?
Have a discussion to see if we should modify the spec to support setting Jaeger's firehose flag.
What did you expect to see?
From what I can see, the current spec does not explicitly state that users can set custom flags on the TraceFlags attribute. Since custom flags are not possible, users cannot set any flags aside from "Sampled". This means that Jaeger's firehose flag (represented in their flags as 0b100) cannot be set.
Additional context.
This came up while implementing jaeger's propagator in python.
I was also wondering if propagation of the flag is required to child spans, but the pr adding it to jaeger seems to imply it's set on a per-span basis.
The text was updated successfully, but these errors were encountered: