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: docs/http/http-spans.md
-10Lines changed: 0 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -126,7 +126,6 @@ sections below.
126
126
|[`network.protocol.name`](../general/attributes.md)| string |[OSI application layer](https://osi-model.com/application-layer/) or non-OSI equivalent. [6]|`http`; `spdy`| Recommended: if not default (`http`). |
127
127
|[`network.protocol.version`](../general/attributes.md)| string | Version of the protocol specified in `network.protocol.name`. [7]|`1.0`; `1.1`; `2`; `3`| Recommended |
128
128
|[`network.transport`](../general/attributes.md)| string |[OSI transport layer](https://osi-model.com/transport-layer/) or [inter-process communication method](https://en.wikipedia.org/wiki/Inter-process_communication). [8]|`tcp`; `udp`| Opt-In |
|`user_agent.original`| string | Value of the [HTTP User-Agent](https://www.rfc-editor.org/rfc/rfc9110.html#field.user-agent) header sent by the client. |`CERN-LineMode/2.15 libwww/2.17b3`| Recommended |
131
130
132
131
**[1]:** If the request fails with an error before response status code was sent or received,
@@ -177,8 +176,6 @@ The attribute value MUST consist of either multiple header values as an array of
177
176
178
177
**[8]:** Generally `tcp` for `HTTP/1.0`, `HTTP/1.1`, and `HTTP/2`. Generally `udp` for `HTTP/3`. Other obscure implementations are possible.
179
178
180
-
**[9]:** The value SHOULD be normalized to lowercase.
181
-
182
179
Following attributes MUST be provided **at span creation time** (when provided at all), so they can be considered for sampling decisions:
@@ -212,13 +209,6 @@ Following attributes MUST be provided **at span creation time** (when provided a
212
209
|`udp`| UDP |
213
210
|`pipe`| Named or anonymous pipe. See note below. |
214
211
|`unix`| Unix domain socket |
215
-
216
-
`network.type` has the following list of well-known values. If one of them applies, then the respective value MUST be used, otherwise a custom value MAY be used.
0 commit comments