Skip to content

Commit d0ccbc1

Browse files
authored
Fix typos on Recommenendation (open-telemetry#3843)
1 parent aad5a77 commit d0ccbc1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

specification/trace/tracestate-probability-sampling.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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
739739
completeness is not guaranteed for non-power-of-two sampling
740740
probabilities.
741741

742-
##### Recommenendation: use non-descending power-of-two probabilities
742+
##### Recommendation: use non-descending power-of-two probabilities
743743

744744
Complete subtraces will be produced when the sequence of sampling
745745
probabilities 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
771771
sampler only for unsampled contexts, the resulting Span-to-metrics
772772
pipeline will (probably) overcount spans.
773773

774-
##### Recommenendation: sampler delegation
774+
##### Recommendation: sampler delegation
775775

776776
For non-root spans, composite samplers SHOULD NOT condition the choice
777777
of delegated-to sampler based on the parent's sampled flag or

0 commit comments

Comments
 (0)