You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: spec/20-http_request_header_format.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -185,7 +185,7 @@ There are two additional options that vendors MAY follow:
185
185
The second least significant bit of the trace-flags field denotes the `random-trace-id` flag.
186
186
187
187
When starting or restarting a trace (that is, when the participant generates a new `trace-id`), the following rules apply:
188
-
* If that flag is set, at least the right-most 7 bytes of the `trace-id` MUST be random (or pseudo-random).
188
+
* If that flag is set, at least the right-most 7 bytes of the `trace-id` MUST be selected randomly (or pseudo-randomly) with uniform distribution over the interval [0..2^56-1].
189
189
* If the flag is not set, the `trace-id` MAY still be randomly (or pseudo-randomly) generated.
190
190
* When unset, the `trace-id` MAY be generated in any way that satisfies the requirements of the [trace ID format](#trace-id).
191
191
* When at least the right-most 7 bytes of the `trace-id` are randomly (or pseudo-randomly) generated, the `random-trace-id` flag SHOULD be set to `1`.
0 commit comments