Skip to content

Commit 88ba098

Browse files
committed
Code review suggestions
1 parent aebc305 commit 88ba098

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

spec/21-http_response_header_format.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Trace Context Server Timing Metric Format
22

3-
This section describes the binding of the distributed trace context to a metric in the Server Timing HTTP header.
3+
This section describes the binding of the distributed trace context to a metric in the Server Timing HTTP response header.
44

55
## Trace Context Metric
66

@@ -42,9 +42,9 @@ The format and requirements for this are the same as those of the `trace-id` fie
4242

4343
For details, see the `trace-id` section under [traceparent Header Field Values](#traceparent-header-field-values).
4444

45-
#### child-id
45+
#### span-id
4646

47-
This is the span ID of the server operation. It is represented as an 8-byte array, for example, `00f067aa0ba902b7`. An all-zero child ID (`0000000000000000`) is an invalid value. Tracing systems MUST ignore the trace context metric when the child id is invalid (for example, if it contains non-lowercase hex characters).
47+
This is the span ID of the server operation. It is represented as an 8-byte array, for example, `00f067aa0ba902b7`. An all-zero child ID (`0000000000000000`) is an invalid value. Tracing systems MUST ignore the trace context metric when the span id is invalid (for example, if it contains non-lowercase hex characters).
4848

4949
For details, see the `span-id` section under [traceparent Header Field Values](#traceparent-header-field-values).
5050

0 commit comments

Comments
 (0)