We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a14bae7 commit 6589f46Copy full SHA for 6589f46
specification/trace/api.md
@@ -204,7 +204,7 @@ The API MUST allow retrieving the `TraceId` and `SpanId` in the following forms:
204
`TraceId` (result MUST be a 32-hex-character lowercase string) or `SpanId`
205
(result MUST be a 16-hex-character lowercase string).
206
* Binary - returns the binary representation of the `TraceId` (result MUST be a
207
-16-byte array) `SpanId` (result MUST be a 8-byte array).
+16-byte array) or `SpanId` (result MUST be an 8-byte array).
208
209
The API should not expose details about how they are internally stored.
210
0 commit comments