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`| Conditionally Required: [9]|
|`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,
@@ -183,8 +182,6 @@ different processes could be listening on TCP port 12345 and UDP port 12345.
183
182
184
183
**[9]:** If not default (`tcp` for `HTTP/1.1` and `HTTP/2`, `udp` for `HTTP/3`).
185
184
186
-
**[10]:** The value SHOULD be normalized to lowercase.
187
-
188
185
Following attributes MUST be provided **at span creation time** (when provided at all), so they can be considered for sampling decisions:
@@ -218,13 +215,6 @@ Following attributes MUST be provided **at span creation time** (when provided a
218
215
|`udp`| UDP |
219
216
|`pipe`| Named or anonymous pipe. See note below. |
220
217
|`unix`| Unix domain socket |
221
-
222
-
`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