Skip to content

Commit

Permalink
Fix typos on Recommenendation (#3843)
Browse files Browse the repository at this point in the history
  • Loading branch information
efgpinto committed Jan 26, 2024
1 parent c452806 commit e69c7a0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions specification/trace/tracestate-probability-sampling.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,9 @@ linkTitle: Probability Sampling
- [Example: Two consistent probability samplers](#example-two-consistent-probability-samplers)
* [Producer and consumer recommendations](#producer-and-consumer-recommendations)
+ [Trace producer: completeness](#trace-producer-completeness)
- [Recommenendation: use non-descending power-of-two probabilities](#recommenendation-use-non-descending-power-of-two-probabilities)
- [Recommendation: use non-descending power-of-two probabilities](#recommendation-use-non-descending-power-of-two-probabilities)
+ [Trace producer: correctness](#trace-producer-correctness)
- [Recommenendation: sampler delegation](#recommenendation-sampler-delegation)
- [Recommendation: sampler delegation](#recommendation-sampler-delegation)
+ [Trace producer: interoperability with `ParentBased` sampler](#trace-producer-interoperability-with-parentbased-sampler)
+ [Trace producer: interoperability with `TraceIDRatioBased` sampler](#trace-producer-interoperability-with-traceidratiobased-sampler)
+ [Trace consumer](#trace-consumer)
Expand Down Expand Up @@ -739,7 +739,7 @@ non-power-of-two sampling probabilities for non-root spans, because
completeness is not guaranteed for non-power-of-two sampling
probabilities.

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

Complete subtraces will be produced when the sequence of sampling
probabilities from the root of a trace to its leaves consists of
Expand Down Expand Up @@ -771,7 +771,7 @@ context is remote or non-remote, sampled or unsampled. If a
sampler only for unsampled contexts, the resulting Span-to-metrics
pipeline will (probably) overcount spans.

##### Recommenendation: sampler delegation
##### Recommendation: sampler delegation

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

0 comments on commit e69c7a0

Please sign in to comment.