File tree Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Original file line number Diff line number Diff line change @@ -512,14 +512,7 @@ OpenTelemetry follows W3C Trace Context Level 2, which specifies 56 bits of rand
512512The ` ProbabilitySampler ` sampler MUST ignore the parent ` SampledFlag ` .
513513For respecting the parent ` SampledFlag ` , see the ` ParentBased ` sampler specified below.
514514
515- Note that the "ratio-based" part of this Sampler's name implies that
516- it makes a probability decision directly from the TraceID, even though
517- it was not originally specified in an exact way. In the present
518- specification, the Sampler decision is more nuanced: only a portion of
519- the identifier is used, after checking whether the OpenTelemetry
520- TraceState field contains an explicit randomness value.
521-
522- Note that this is a non-composable form of probaiblity
515+ Note that this is a non-composable form of probability
523516sampler. ` ProbabilitySampler ` directly implements the SDKs Sampler
524517API, whereas [ ` ComposableProbability ` ] ( #composableprobability ) is the
525518composable form for use with [ ` CompositeSampler ` ] ( #compositesampler ) .
You can’t perform that action at this time.
0 commit comments