Skip to content

Commit

Permalink
add link to traceparent flags section in the traceresponse flags section
Browse files Browse the repository at this point in the history
  • Loading branch information
Bastian Krol authored and basti1302 committed Dec 14, 2023
1 parent 9fa4473 commit 9c012c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/21-http_response_header_format.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Vendors MUST ignore the `traceresponse` header when the `child-id` is invalid (f

#### trace-flags

Similar to the `trace-flags` field in the `traceparent` request header, this is a hex-encoded <a data-cite='!BIT-FIELD#firstHeading'>8-bit field</a> that provides information about how a callee handled the trace. The same requirement to properly mask the bit field value when interpreting it applies here as well.
Similar to the [`trace-flags` field](#trace-flags) in the `traceparent` request header, this is a hex-encoded <a data-cite='!BIT-FIELD#firstHeading'>8-bit field</a> that provides information about how a callee handled the trace. The same requirement to properly mask the bit field value when interpreting it applies here as well.

The current version of this specification (`00`) supports only two flags: `sampled` and `random-trace-id`.

Expand Down

0 comments on commit 9c012c9

Please sign in to comment.