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: specification/metrics/semantic_conventions/http-metrics.md
-1
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,6 @@ and whether they should be on server, client, or both types of HTTP metric event
38
38
|`http.host`|`client` & `server`| see [label alternatives](#label-alternatives)| The value of the [HTTP host header][]. When the header is empty or not present, this label should be the same. |
39
39
|`http.scheme`|`client` & `server`| see [label alternatives](#label-alternatives)| The URI scheme identifying the used protocol in lowercase: `"http"` or `"https"`|
40
40
|`http.status_code`|`client` & `server`| Optional |[HTTP response status code][]. E.g. `200` (String) |
41
-
|`http.status_text`|`client` & `server`| Optional |[HTTP reason phrase][]. E.g. `"OK"`|
42
41
|`http.flavor`|`client` & `server`| Optional | Kind of HTTP protocol used: `"1.0"`, `"1.1"`, `"2"`, `"SPDY"` or `"QUIC"`. |
43
42
|`net.peer.name`|`client`| see [1] in [label alternatives](#label-alternatives)| See [general network connection attributes](../../trace/semantic_conventions/span-general.md#general-network-connection-attributes)|
44
43
|`net.peer.port`|`client`| see [1] in [label alternatives](#label-alternatives)| See [general network connection attributes](../../trace/semantic_conventions/span-general.md#general-network-connection-attributes)|
@@ -79,7 +79,6 @@ Note that the items marked with [1] are different from the mapping defined in th
79
79
|`http.host`| string | The value of the [HTTP host header](https://tools.ietf.org/html/rfc7230#section-5.4). When the header is empty or not present, this attribute should be the same. |`www.example.org`| No |
80
80
|`http.scheme`| string | The URI scheme identifying the used protocol. |`http`<br>`https`| No |
81
81
|`http.status_code`| number |[HTTP response status code](https://tools.ietf.org/html/rfc7231#section-6). |`200`| Conditional<br>If and only if one was received/sent. |
82
-
|`http.status_text`| string |[HTTP reason phrase](https://tools.ietf.org/html/rfc7230#section-3.1.2). |`OK`| No |
83
82
|`http.flavor`| string | Kind of HTTP protocol used [1]|`1.0`| No |
84
83
|`http.user_agent`| string | Value of the [HTTP User-Agent](https://tools.ietf.org/html/rfc7231#section-5.5.3) header sent by the client. |`CERN-LineMode/2.15 libwww/2.17b3`| No |
85
84
|`http.request_content_length`| number | The size of the request payload body in bytes. This is the number of bytes transferred excluding headers and is often, but not always, present as the [Content-Length](https://tools.ietf.org/html/rfc7230#section-3.3.2) header. For requests using transport encoding, this should be the compressed size. |`3495`| No |
@@ -240,7 +239,6 @@ Span name: `/webshop/articles/4` (NOTE: This is subject to change, see [open-tel
0 commit comments