@@ -67,9 +67,9 @@ linkTitle: Probability Sampling
6767 - [ Example: Two consistent probability samplers] ( #example-two-consistent-probability-samplers )
6868 * [ Producer and consumer recommendations] ( #producer-and-consumer-recommendations )
6969 + [ Trace producer: completeness] ( #trace-producer-completeness )
70- - [ Recommenendation : use non-descending power-of-two probabilities] ( #recommenendation -use-non-descending-power-of-two-probabilities )
70+ - [ Recommendation : use non-descending power-of-two probabilities] ( #recommendation -use-non-descending-power-of-two-probabilities )
7171 + [ Trace producer: correctness] ( #trace-producer-correctness )
72- - [ Recommenendation : sampler delegation] ( #recommenendation -sampler-delegation )
72+ - [ Recommendation : sampler delegation] ( #recommendation -sampler-delegation )
7373 + [ Trace producer: interoperability with ` ParentBased ` sampler] ( #trace-producer-interoperability-with-parentbased-sampler )
7474 + [ Trace producer: interoperability with ` TraceIDRatioBased ` sampler] ( #trace-producer-interoperability-with-traceidratiobased-sampler )
7575 + [ Trace consumer] ( #trace-consumer )
@@ -739,7 +739,7 @@ non-power-of-two sampling probabilities for non-root spans, because
739739completeness is not guaranteed for non-power-of-two sampling
740740probabilities.
741741
742- ##### Recommenendation : use non-descending power-of-two probabilities
742+ ##### Recommendation : use non-descending power-of-two probabilities
743743
744744Complete subtraces will be produced when the sequence of sampling
745745probabilities from the root of a trace to its leaves consists of
@@ -771,7 +771,7 @@ context is remote or non-remote, sampled or unsampled. If a
771771sampler only for unsampled contexts, the resulting Span-to-metrics
772772pipeline will (probably) overcount spans.
773773
774- ##### Recommenendation : sampler delegation
774+ ##### Recommendation : sampler delegation
775775
776776For non-root spans, composite samplers SHOULD NOT condition the choice
777777of delegated-to sampler based on the parent's sampled flag or
0 commit comments