Skip to content
This repository was archived by the owner on Nov 4, 2025. It is now read-only.

Commit 9cf6b67

Browse files
author
Sergey Kanzhelev
committed
added note about endianess of bytes
1 parent 253cfb6 commit 9cf6b67

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

spec/20-binary-format.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,12 @@ fields. This specification does not specify how these fields should be stored
66
and send as a part of a binary payload. The basic implementation may serialize
77
those as size of the field followed by the value.
88

9-
# `Traceparent` binary format
9+
Specification operates with bytes - unsigned 8-bit integer values
10+
representing values from `0` to `255`. Byte representation as a set of
11+
bits (big or little endian) MUST be defined by underlying platform and
12+
out of scope of this specification.
13+
14+
## `Traceparent` binary format
1015

1116
The field `traceparent` encodes the version of the protocol and fields
1217
`trace-id`, `parent-id` and `trace-flags`. Each field starts with the one byte

0 commit comments

Comments
 (0)