Skip to content

Commit

Permalink
Apply suggestions from review
Browse files Browse the repository at this point in the history
  • Loading branch information
dyladan committed Feb 1, 2024
1 parent 4f707ec commit bbdbb68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/60-trace-id-format.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ also allows tracing vendors to base sampling decisions on `trace-id` field value
and avoid propagating an additional sampling context.

If the `random-trace-id` flag is set, at least the right-most 7 bytes of the
`trace-id` MUST be selected randomly (or pseudo-randomly) from a uniform
distribution of all `2^56` possible values.
`trace-id` MUST be selected randomly (or pseudo-randomly) with uniform distribution
over the interval [0..2^56-1].

As shown in the next section, if part of the `trace-id` is nonrandom,
it is important for the random part of the `trace-id` to be as far right in the
Expand Down

0 comments on commit bbdbb68

Please sign in to comment.